Home > Backend Development > PHP Tutorial > 一个表单有多个buton,方法都写在一个类里面,公用相同的模板怎么给不同的按钮加上不同的action?

一个表单有多个buton,方法都写在一个类里面,公用相同的模板怎么给不同的按钮加上不同的action?

WBOY
Release: 2016-06-06 20:48:05
Original
1040 people have browsed it

一个表单有多个buton,方法都写在一个类里面,公用相同的模板怎么给不同的按钮加上不同的action?

回复内容:

一个表单有多个buton,方法都写在一个类里面,公用相同的模板怎么给不同的按钮加上不同的action?

我写过一个类似的文档。是基于Django框架的。不过原理上一样。你可以参考一下。
主要是给没一个按钮给定一个value,在view中通过判断这个value值确定是来自那个按钮的点击。
http://www.everlose.info/work/2013/04/26/django%E4%B8%AD%E4%B8%80%E4%B8%AAform%E6%9C%89%E5%A4%9A%E4%B8%AAsubmit%E7%9A%84%E5%A4%84%E7%90%86/

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template