Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
以下是大部分信息:
var info={ timeOpened:new Date(), timezone:(new Date()).getTimezoneOffset()/60, pageon(){return window.location.pathname}, referrer(){return document.referrer}, previousSites(){return history.length}, browserName(){return navigator.appName}, browserEngine(){return navigator.product}, browserVersion1a(){return navigator.appVersion}, browserVersion1b(){return navigator.userAgent}, browserLanguage(){return navigator.language}, browserOnline(){return navigator.onLine}, browserPlatform(){return navigator.platform}, javaEnabled(){return navigator.javaEnabled()}, dataCookiesEnabled(){return navigator.cookieEnabled}, dataCookies1(){return document.cookie}, dataCookies2(){return decodeURIComponent(document.cookie.split(";"))}, dataStorage(){return localStorage}, sizeScreenW(){return screen.width}, sizeScreenH(){return screen.height}, sizeDocW(){return document.width}, sizeDocH(){return document.height}, sizeInW(){return innerWidth}, sizeInH(){return innerHeight}, sizeAvailW(){return screen.availWidth}, sizeAvailH(){return screen.availHeight}, scrColorDepth(){return screen.colorDepth}, scrPixelDepth(){return screen.pixelDepth}, latitude(){return position.coords.latitude}, longitude(){return position.coords.longitude}, accuracy(){return position.coords.accuracy}, altitude(){return position.coords.altitude}, altitudeAccuracy(){return position.coords.altitudeAccuracy}, heading(){return position.coords.heading}, speed(){return position.coords.speed}, timestamp(){return position.timestamp}, };
Here is most of the information:
不要忘记
这里是数据挖掘演示的有用链接:
http://www.alanwood.net/demos/browserinfo.html
Don't forget about
And here is useful link with data-mining demo:
Visitor.js 是一个 JavaScript 库,提供有关客户端的信息。
包括:
等等。
http://www.visitorjs.com/
Visitorjs 可能非常方便,但它不是免费的。
visitor.js is a javascript library that provides information about the client.
Including:
And more.
Visitorjs might be very handy, it's not free however.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(3)
以下是大部分信息:
Here is most of the information:
不要忘记
这里是数据挖掘演示的有用链接:
http://www.alanwood.net/demos/browserinfo.html
Don't forget about
And here is useful link with data-mining demo:
http://www.alanwood.net/demos/browserinfo.html
Visitor.js 是一个 JavaScript 库,提供有关客户端的信息。
包括:
等等。
http://www.visitorjs.com/
Visitorjs 可能非常方便,但它不是免费的。
visitor.js is a javascript library that provides information about the client.
Including:
And more.
http://www.visitorjs.com/
Visitorjs might be very handy, it's not free however.