如果不限制图像的格式,可以写为:accept="image/*"。同样是可以的
php处理页面的获取$_FILES['NAME']['name']
具备按钮功能哦
一组用相同的name
dom对象.checked = true or false
提交
重置表单
按钮
隐藏域
id唯一
URL编码。中文,特殊符号,等。
url的参数如果有特殊符号,?/等,可以urlencode编码。。。。获取后用urldecode解码。
http://www.bkjia.com/PHPjc/372615.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/372615.htmlTechArticle1.form表单, form name=form1 id=form1 method=GET/POST action = 提交url target=_blank,_parent,_self,_top enctype=multipart/form-data / input type=text name= id= value= class= /...