JavaScript 日期的顯示: <!DOCTYPE html> <html> <body> <p id="demo"></p> <script> document.getElementById("demo").innerHTML = Date(); </script> ...
確定! 回上一頁