04 2010 档案

摘要:<html><head><script>function overlay() { el = document.getElementById("overlay"); el.style.visibility = (el.style.visibility == "visible") ? "hidden" : "visible";}</script><... 阅读全文
posted @ 2010-04-22 11:58 朗笑江湖 阅读(342) 评论(0) 推荐(0)
摘要:<script language="JavaScript"> Date.prototype.format = function(format) //author: meizz { var o = { "M+" : this.getMonth()+1, //month "d+" : this.getDate(), //day "h+" : this.getHours(), //h... 阅读全文
posted @ 2010-04-01 17:17 朗笑江湖 阅读(778) 评论(0) 推荐(0)