摘要: 我的新网站http://www.honoer.com/欢迎访问 阅读全文
posted @ 2012-08-28 00:23 Honoer 阅读(143) 评论(0) 推荐(0)
摘要: function GetRequest() { var url = location.search; //获取url中"?"符后的字串 var theRequest = new Object(); if (url.indexOf("?") != -1) { var str = url.substr(1); strs = str.split("&"); for(var i = 0; i < strs.length; i ++) { ... 阅读全文
posted @ 2012-05-30 15:46 Honoer 阅读(202) 评论(0) 推荐(0)
摘要: <style> body{background:black;} #myDiv{background: #fff;width:250px;height:250px;display:none;}</style><div id="myDiv">This is a div;16</div><input id="btn" type="button" value="显示DIV" /> <script type="text/javascript" 阅读全文
posted @ 2012-04-09 17:26 Honoer 阅读(1474) 评论(0) 推荐(0)