什么是“桌面IP”?

来源:百度知道 编辑:UC知道 时间:2024/09/22 06:55:52

就是桌面可以进行ip查看。。自己做一个 教你制作桌面IP查看器
很简单
首先在桌面建立一个 txt 文档,然后将下列代码复制到新建的txt文档中

<form action=http://www1.k688.com/ip/indexw.php method=post target="search" onsubmit="window.open('','search','width=450, height=400, scrollbars=yes');">
欲查询IP:<input onMouseOver="this.focus()" onblur="if (this.value =='') this.value='请输入IP地址'" onFocus="this.select()" onClick="if (this.value=='请输入IP地址') this.value=''" type="text" name="ip" size="13" value='请输入IP地址'> <input type="submit" name="sub" value="查询"> </FORM>

保存文档,并更改后缀名为.html。(如果没有显示后缀名请打开我的电脑,在工具菜单中选择文件夹,选择查看选项卡,将“隐藏以知文件扩展名”前面的勾去掉)
这样一个查询IP的桌面工具就做好了。
双击该html文件,添入你想查询的IP,回车后会把信息发送到www1.k688.com进行查询。