程式印象
用程式化思考讓你變超人。
2012年10月10日 星期三
js encode a url string
Reference
Check out the built-in function encodeURIComponent(str) and encodeURI(str). In your case, this should work:
var myOtherUrl = "http://example.com/index.html?url=" + encodeURIComponent(myUrl);
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言