//lib/math.js function sum ( x , y ) { return x + y ; } const pi ... { //app.js const math = require ( " lib / math " ) ; console.log ( " 2п " = + math.sum ...
確定! 回上一頁