标签: ethereum solidity web3 accounts
我在web3中有一个默认帐户,使用此帐户:
web3.eth.defaultAccount=web3.eth.accounts[0]
我想使用Web3代码切换到web3.eth.accounts [1。]。 Likewise We can switch account manually , i want to change it using Web3
切换后,我想在localhost的控制台中打印当前帐户地址。