blockchain - solidity 如何使用console log : 使用event
访问量: 755
refer to: https://ethereum.stackexchange.com/questions/7139/whats-the-solidity-statement-to-print-data-to-the-console
1. 纯正的解决方案: 使用event
2. 在geth下: 使用console.log ( js way)
访问量: 755
refer to: https://ethereum.stackexchange.com/questions/7139/whats-the-solidity-statement-to-print-data-to-the-console
1. 纯正的解决方案: 使用event
2. 在geth下: 使用console.log ( js way)