返回BUZZUP拥有的地址列表
async function getAccounts() { const accounts = await window.ethereum.request({ method: 'eth_accounts' }); console.log('当前账户:', accounts[0]); }