https://vv.video.qq.com/checktime?otype=json
https http都支持
可以在网站里面用json调用
<script src="https://vv.video.qq.com/checktime?otype=json"></script>
<script type="text/javascript">document.write(QZOutputJson["ip"])</script>
<script>
function getdate(time) {
var now = new Date(time * 1000),
y = now.getFullYear(),
m = now.getMonth() + 1,
d = now.getDate();
return y + "-" + (m < 10 ? "0" + m : m) + "-" + (d < 10 ? "0" + d : d) + " " + now.toTimeString().substr(0, 8);
}
</script>
访问时间:<script type="text/javascript">document.write(getdate(QZOutputJson["t"]))</script>
效果:
你的ip:
访问时间:
林北博客