第一步
window.NVC_Opt全局变量的声明
注意:window.NVC_Opt全局变量的声明一定要在”//g.alicdn.com/sd/nvc/1.1.112/guide.js” 资源引入之前配置完毕
第二步
引入js
var stamp = new Date().getTime();
var script = document.createElement('script');
script.setAttribute('type', 'text/javascript');
script.setAttribute('src', 'https://g.alicdn.com/sd/nvc/1.1.112/guide.js?' + stamp);
document.documentElement.appendChild(script);
第三步
获取阿里云无痕验证参数
var a= getNVCVal();
第四步
发起请求发送参数时并把a加入到参数中。
[具体api链接:](https://help.aliyun.com/knowledge_detail/66322.html?spm=a2c4g.11186631.2.1.242671d2xjlvqV)