【发布时间】:2011-04-23 09:41:42
【问题描述】:
我有一个文本框可以输入描述 如果我提交需要通过 ajax 发送并存储在 db 中。
问题:-
Example text in textbox:- "Hi all & solve my problem"
in the next page i am getting till "Hi all"
Remaining text is missing, If I pass through get or post method using ajax.
给我解决方案。如何获取我放置在文本框中的所有内容以及“&”
【问题讨论】:
标签: ajax url post get query-string