13. function milliseconds(x) {. if (isNaN(x)) {. return 'Not a Number!';. } return x * 1000;. } ... Full support. Node.js0.10.0. Toggle history ...
確定! 回上一頁