参考链接:
https://ethereum.stackexchange.com/questions/9705/how-can-you-call-a-payable-function-in-another-contract-with-arguments-and-send/9722#9722
关键语句:address.func.value(amount)(arg1, arg2, arg3)
参考链接:
https://ethereum.stackexchange.com/questions/9705/how-can-you-call-a-payable-function-in-another-contract-with-arguments-and-send/9722#9722
关键语句:address.func.value(amount)(arg1, arg2, arg3)