发布网友 发布时间:2024-10-23 22:33
共2个回答
热心网友 时间:2024-10-23 23:37
<form action="xxx.html" method="get">
<input type="text" name="fname" />
<input type="submit" value="搜索" />
</form>
其中xxx.html就是要跳转到的地址,这就是表单提交,提交到xxx.html。
不过一般提交到都是动态的页面,比如xxx.php,因为动态的语言才方便处理提交过去的数据。
热心网友 时间:2024-10-23 23:39
你试试getItem()