1 var str = "今天星期" + "日一二三四五六".charAt(new Date().getDay());
2 console.log(str);

相关文章: