Usage method // 加法运算 New_Math.add(number1,number2) // 减法运算 New_Math.subtract(number1,number2) // 乘法运算 New_Math.multiply(</