3 回答
TA贡献1809条经验 获得超8个赞
<form id="forminfo" action="http://.../saveSnapshot.xhtml" method="post" enctype="multipart/form-data" >
apiName:<input id="apiName" name="apiName" value="DiskTwistApi">
<br>
code:<input id="code" name="code" value="+r3UghilkTSfOFLfubg==">
<br>
timestamp:<input id="timestamp" name="timestamp" value="">
<br>
signature<input id="signature" name="signature" value="">
<br>
sn:<input id="sn" name="sn" style="width:500px" value="AUGUST281"/>
<br>
orderId:<input id="orderId" name="orderId" style="width:500px" value="8136"/>
<br>
img:<input id="img" name="fileInput" type="file"/>
<br>
<button type="button" onclick="check()">保存</button>
</form>
添加回答
举报