round ( (new Date ()).getTime () / 1000); getTime () returns milliseconds from the UNIX epoch, so divide it by 1000 to get the seconds ...
確定! 回上一頁