Java小项目之:教你做电子日历!

Java小项目之:教你做电子日历!


Java小项目之:教你做电子日历!

<!doctype html>

<html>

<head>

<meta charset=\"utf-8\">

<title>日历控件</title>

<script src=https://mparticle.uc.cn/"js/new_file.js\" defer></script>

</head>

<body>

<input id=\"calendar\" type=\"text\" />

</body>

</html>

var days = new Array(\"日\"\"一\"\"二\"\"三\"\"四\"\"五\"\"六\");//星期

推荐阅读