<p id="today"></p> <script> // Conver month and day to 2 digits with leading zero function to2(t) { return (t<10 ? "0"+t : t ); } // Get the ...
確定! 回上一頁