⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 daylist.htm

📁 SetCursor CWnd LoadCursor DestroyWindow CDialog GetClientRect C Button GetStockObject CFont GetWindo
💻 HTM
字号:



document.write ( '<select size = "1" name = "selectday" >' );

var d2=1;
		  while(d2<=monthday(document.all.selectmonth.options[document.all.selectmonth.selectedIndex].text))
		  {
		 
		  document.write("<option value='+d2+' >"+d2+"日</option>");
		    d2++;
			}
		  
	

document.write ( ' </select>' );

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -