<select id="year" style="width: 100px;"></select> <select id="month" style="width: 100px;"></select> //初始化年 var now = new Date(); var nowYear = now.getFullYear();
我将全部的代码上传到了github,你可以下载查看 <!-------change the background color--------------> <script> function color1(event) { var cubebody=document.getElementById('body_color'); cubebody.className = 'graydient1'; } function color2() { var cubebody=document.