摘要: 1 escape()函数 2 encodeURI()函数 3 encodeURIComponent() 函数 4 总结: 5 示例: 1 escape() 2 encodeURI() 对整个URL进行编码,而URL的特定标识符不会被转码。 3 encodeURIComponent() 例1: 例2: 阅读全文
posted @ 2018-04-03 10:44 霜末之冬 阅读(258) 评论(0) 推荐(0)