摘要:
/*** 获取本周、本季度、本月、上月的开始日期、结束日期*/var now = new Date(); //当前日期 var nowDayOfWeek = now.getDay(); //今天本周的第几天 var nowDay = now.getDate(); //当前日 var nowMonth 阅读全文
摘要:
<a href="javascript:void();" id="rowid1" onclick="changeurl();">7777</a><script> function changeurl(){ //alert('555'); var arr = new Array( "https://w 阅读全文
摘要:
#!/usr/bin/python# This was written for educational purpose only. Use it at your own risk.# Author will be not responsible for any damage!############ 阅读全文