为啥ie可以正常接收到js生成的表单内容,chrome却不行

WBOY
Release: 2016-06-13 12:02:59
Original
986 people have browsed it

为什么ie可以正常接收到js生成的表单内容,chrome却不行
表单中,一部分内容是通过 js生成的,如

 
 报名人数:     人
名单:


其中名单是由jquery生成
for(var i=1;i$('#man').append("姓名"+i+''+''+'‘+"
");  
}
同样的程序 在ie下可以正常得到 
buyman=1&man1=222&sex1=%C4%D0&card1=44444
而chrome下,只能得到
buyman=1

请问应该怎么解决?
------解决方案--------------------
  符号错误,改成这个:

------解决方案--------------------
接收的代码是如何写的?
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!