Support for Switching Private Keys

It supports switching private keys to operate multiple wallet addresses, for example:

function main() {
    exchange.IO("key", "Private Key")   // "Private Key" represents the private key string, which needs to be filled in specifically
}