代码示例:(标识:eg_js_dom_date)
<!DOCTYPE html>
<html>
<body>

<script>
document.write(Date());
</script>

</body>
</html>
运行结果: