Deminy写的JavaScript代码
用于FireFox书签中的JavaScript代码
CCTV5当天节目时刻表
编写日期:2006/2007之交,具体时间忘了。
URL:
http://tvguide.cctv.com/tvguide/11/01/20070316/5.shtml
网址格式:
javascript:var d = new Date();d.setTime(d.getTime()+(8+d.getTimezoneOffset()/60)*60*60*1000);location.href='http://tvguide.cctv.com/tvguide/11/01/'+d.getFullYear()+((d.getMonth()>8)?%22%22:%220%22)+(d.getMonth()+1)+((d.getDate()>9)?%22%22:%220%22)+d.getDate()+'/5.shtml';
[补充说明1] 此网页原载于《用于FireFox书签中的JavaScript代码》。