UTS获取mac地址


import wifiManager from '@ohos.wifiManager';
let macAddress : string

wifiManager.getLinkedInfo().then(data => {
console.info(data.macAddress)
}).catch((error : number) => {
});

posted @ 2025-02-18 17:33  小贺吖  阅读(1)  评论(0编辑  收藏  举报