Nabox钱包运行环境监测
Nabox钱包运行环境监测
监测Nabox钱包在浏览器环境中是否运行
要验证浏览器是否在运行Nabox钱包,请复制并粘贴以下代码片段到你的浏览器的开发者控制台。
if (typeof window.naboxwallet !== 'undefined') {console.log('Nabox is installed!');}
Last updated
Was this helpful?
要验证浏览器是否在运行Nabox钱包,请复制并粘贴以下代码片段到你的浏览器的开发者控制台。
if (typeof window.naboxwallet !== 'undefined') {console.log('Nabox is installed!');}
Last updated
Was this helpful?