<!DOCTYPE html><html><head><script>function displayDate(){document.getElementById("demo").innerHTML=Date();}</script></head><body><h1>My First JavaScript</h1><p id="demo">This is a paragraph.</p><button type="button" onclick="displayDate()">Display Date</button></body></html>希望本文所述对大家的javascript程序设计有所帮助。