嗨,新朋友,很高兴认识你,欢迎来到我的博客。
文章标签: url

javascript对url进行encode的两种方式

javascript可以使用的内置函数有: encodeURI() encodeURIComponent() 他们都是用utf-8的编码方式 encodeURI(),用来encode整个URL,不会对下列字符进行编码:+ : / ; ?&。它只会对汉语等特殊字符进行编码 encodeURIComponent (),...

jquery获得url参数

发现很多人用jquery.query.js,但是这个有bug 下面这个比较好 https://github.com/allmarkedup/jQuery-URL-Parser /*---- jQuery version -----*/ var url = $.url(); // parse the current page URL var url = $.url('http://a...

js取得当前url

完整的 url = window.location.href;