ajax传参‘+’和‘&’丢失处理方法

转义一下就行了code

data = data.replace(/\+/g, "%2B");co

data = data.replace(/\&/g, "%26");data

相关文章
相关标签/搜索