|
获得
IP 地址查询功能
想不想您的主页也拥有 IP
查询功能呢,那就把下面的代码加到您的主页里面就可以了。
<form name="myForm1" method="POST"
action="http://www.rich8.com/ip.php" target=_blank>
<p align="center">
<span style="font-size: 11pt">请输入 IP 地址:</span><input type="text"
name="ipser" size="26">
<input type="submit" value="提交" name="B1">
<input type="reset" value="清除" name="B2"></p>
</form> |