标签: javascript
是否可以存储从promise到外部变量的值
var hwid; getHWID().then(id => { console.log(id) })
我想要hwid变量中的id,以便可以针对mysql数据库进行检查