1、相加
string bcadd(string left operand, string right operand, int [scale]); 2、相减
string bcsub(string left operand, string right operand, int [scale]);
04-18 03:57