随笔分类 -  开发

将开发步骤一步一步记录下来
摘要:function getQueryString(name) {//获取url上传过来的参数 var reg = new RegExp("(^|\\?|&)" + name + "=([^&]*)(\\s|&|$)", "i"); if (reg.test(location.href)) return unescape(RegExp.$2.replace(/\+/g, " ")); return;}例: www.baidu.com?type=namevar type = getQueryStr 阅读全文
posted @ 2012-04-24 12:00 biubiubiu 阅读(267) 评论(0) 推荐(0)
摘要:Copy 002.jpg/b + 001.txt/a 003.jpg 阅读全文
posted @ 2012-02-09 10:53 biubiubiu 阅读(643) 评论(0) 推荐(0)