Commit ca90dddc authored by wang's avatar wang

反解析第一步成功

parent 34562880
let a = ['architecture','bitness','brands','mobile','model','platform',
'platformVersion','uaFullVersion','wow64','fullVersionList']
let res = {};
navigator.userAgentData.getHighEntropyValues(a).then(e=>{
res['highValue'] = e
res['brands'] = navigator.userAgentData.brands
res['mobile'] = navigator.userAgentData.mobile
res['platform'] = navigator.userAgentData.platform
console.log(JSON.stringify(res))
})
This diff is collapsed.
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