function timeStamp(options) { options = typeof options !== 'undefined' ? options : {}; // Create a date object with the current time var now = new Date(); // ...
確定! 回上一頁