input标签(图像域和隐藏域)

图像域(图像提交按钮):

<input type="image" name="..." src="imageurl"  />

隐藏域:

<input type="hidden" name="..." value="..."  />

原文地址:https://www.cnblogs.com/hugegege/p/9444042.html