返回列表 发帖
严重支持。

自写库为什么不署上自己的大名呢?

抛弃了IE6?

来个客户端IP显示功能吧。
『千江有水千江月』千江有水,月映千江;万里无云,万里青天。    http://yu2n.qiniudn.com/

TOP

回复 16# yu2n


    忘了加…
    特地挑了支持 ie6 ie7 的库啊,本来还有 d3.js,后来都撤了,xp 上的 mshta 好像就是 ie6 内核的
    ip 好办,回头集成一个集校时、显 ip 于一身的库

TOP

回复 17# CrLf

Windows Server 2003 的 IE6 测试 HTA 有问题。
可能是安全性方面的原因吧。
『千江有水千江月』千江有水,月映千江;万里无云,万里青天。    http://yu2n.qiniudn.com/

TOP

回复 18# yu2n


    有哪些比较好的库是 ie6 下能用的,推荐几个呗?
    也欢迎自己实现,写好后如果完整、安全而且语法不至于太过怪异的话,我也把它加到在线库里去

TOP

回复 16# yu2n


    搜了一下,发现已经有很多类似接口,有的甚至能直接返回 js 代码,就不搞了
    不过都是 ip 相关的,没找到干净返回时间的接口
    url 已更新到2楼

TOP

回复 20# CrLf


    前些时间我也收集了一些,有些网站的接口是对curl的UA做了处理,如果是用curl访问的话,得到就是比较干净的文本。

http://my.oschina.net/ysj/blog/511724
#满足了一下自己的搜集癖,搜集了不少可以用来查询外网IP的网址和方法。
#国内某网站的接口,只返回IP
curl ip.6655.com/ip.aspx
curl whatismyip.akamai.com
#更多用法访问ifconfig.co
wget -qO - ifconfig.co
curl icanhazip.com
dig +short myip.opendns.com @resolver1.opendns.com
curl ident.me
curl v4.ident.me
curl v6.ident.me
#慢
curl curlmyip.com
curl ifconfig.me
curl inet-ip.info
#返回IP和地区
curl ip.6655.com/ip.aspx?area=1
curl ip.cn
curl cip.cc
curl ipip.net
#需要翻x墙,只返回IP
curl ip.appspot.com
#参考 http://unix.stackexchange.com/questions/22615/how-can-i-get-my-external-ip-address-in-bash
#有人给了以下测试方法
wget https://raw.githubusercontent.com/rsp/scripts/master/externalip-benchmark
chmod a+x externalip-benchmark
./externalip-benchmark
#返回JSON格式的数据
C:\>curl httpbin.org/get
{
  "args": {},
  "headers": {
    "Accept": "*/*",
    "Host": "httpbin.org",
    "User-Agent": "curl/7.28.1"
  },
  "origin": "222.216.164.78",
  "url": "http://httpbin.org/get"
}
C:\>curl httpbin.org/ip
{
  "origin": "116.11.199.77"
}COPY

TOP

回复 21# 依山居


    nice,不过其实之前有上传一个 ip.php 到咱网站:http://www.bathome.net/s/ip.php

TOP

回头发一个更劲爆的玩意,还是这个系列,改进一下

TOP

折腾数日,大功告成
等 Batcher 伤愈,哥来发一个牛逼哄哄的新玩具
2

评分人数

TOP

vbs  diy        在 js 中模拟使用 vbs 代码        http://www.bathome.net/lib/diy/vbs.js;第一句重要代码var sc = new ActiveXObject('MSScriptControl.ScriptControl');win64位直接出错,搜也搜不到好的解决方法。

TOP

Math.js 好像无了
http://www.bathome.net/lib/Math.js

TOP

返回列表