5 6, // utils.js function calculate(n) { return ((n * 100 + 20 - 4)) % 10 + 3 // 計算價格公式 } module.exports = calculate // 把這個函 ...
確定! 回上一頁