Commit fec7bdc0 authored by agping's avatar agping

浏览器 版本号

parent 59a908c5
...@@ -99,7 +99,8 @@ $(function() { ...@@ -99,7 +99,8 @@ $(function() {
only_id = result; only_id = result;
//result即为获取到的浏览器指纹值 //result即为获取到的浏览器指纹值
var browser_version = NV.shell + '/' + NV.version; // var browser_version = NV.shell + '/' + NV.version;
var browser_version = NV.shell;
console.log(browser_version); console.log(browser_version);
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment