let rlSync = require('readline-sync'); let number1 = Number(rlSync.question('Enter the first number\n')); let number2 ...
確定! 回上一頁