我想传递&符号'&'通过ajax登录到php文件。
我使用了encodeURIComponent():
url: "add_process.php",
data: "title="+ encodeURIComponent(title) +"& stages="+ values1,
success: function(html){
但当我执行此操作时,&符号后面的所有数据'&'被截断并且不会保存在数据库中。
由于
答案 0 :(得分:0)
尝试删除您在此处的空间:
"& stages="
像这样:
"&stages="