提交 8c06c08b 编写于 作者: A a946547732

Auto Commit

上级 ce35884e
...@@ -9,7 +9,7 @@ function 计算当前月一共有几天() { ...@@ -9,7 +9,7 @@ function 计算当前月一共有几天() {
return daysInMonth; return daysInMonth;
} }
const days = 计算当前月一共有几天(); const days = 计算当前月一共有几天();
console.log(days); // 输出当前月份的天数 console.log(`本月一共${days}天`); // 输出当前月份的天数
function getDayOfMonth() { function getDayOfMonth() {
const today = new Date(); const today = new Date();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册