摘要: <html></STYLE> <script type="text/javascript"> function Clock() { var date = new Date(); this.year = date.getFullYear(); this.month = date.getMonth() + 1; this.date = date.getDate(); this.day = new Array("星期日", "星期一", "星期二", "星期三", 阅读全文
posted @ 2011-06-13 00:02 sofakeer 阅读(192) 评论(0) 推荐(0)