摘要: <script> function Clock() { var date = new Date(); this.year = date.getFullYear(); this.month = date.getMonth() + 1; this.date = date.getDate(); this. 阅读全文
posted @ 2016-03-30 14:41 皓月千里 阅读(430) 评论(0) 推荐(0)
摘要: 调用新浪天气预报: <iframe class="weather" width="140" height="92" marginwidth="0" marginheight="0" allowtransparency="true" hspace="0" vspace="0" frameborder= 阅读全文
posted @ 2016-03-30 14:38 皓月千里 阅读(409) 评论(0) 推荐(0)