我上个月在Chrome上发帖。
示例:
<form action="unknown" method="post">
<input id="name" type="text" autocomplete="off">
<input id="detail" type="text" autocomplete="off">
<input id="age" type="text" autocomplete="off">
<input id="vb" type="text" autocomplete="off">
<input type="button" value="post" />
</form>
我如何找到???
谢谢..