以下方法为form提交至本页面,html+php混写。
<form method="post" enctype="multipart/form-data">//提交方式post,文件上传enctype必须为multipart/form-data
<span>商品名称</span>
<input name="sp_name" type="text" value=""><br>
<span>商家价格</span>
<input type="text" name="sp_price" placeholder="金额/元" title="金额/元" required="required" onkeyup="this.value=/^[0-9]*\.?[0-9]{0,2}$/.test(this.value) ? this.value : this.value.substring(0,this.value.length-1)"/>元<br>
<span>商品描述</span>
<input type="text" name