We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f3a51 commit 8d07cacCopy full SHA for 8d07cac
JavaScript/常見對象 - Date.md
@@ -1,7 +1,7 @@
1
# 常見對象 - Date
2
3
## 演示
4
-```
+```javascript
5
//out.js
6
/**
7
* 打印指定參數到頁面上
@@ -73,7 +73,7 @@ with(對象)
73
{
74
在該區域中可以直接使用指定的對象內容,不需要對象。
75
}
76
77
// var year = date.getFullYear();
78
// var month = date.getMonth() + 1;
79
// var day = date.getDate();
0 commit comments