标签: ajax codeigniter get xmlhttprequest
我第一次在CodeIgniter中尝试了AJAX。这一切都成功,直到我发现我没有检索任何设置参数。请你告诉我我哪里出错了?
先谢谢!
查看:http://pastie.org/3727011
控制器:http://pastie.org/3727014
答案 0 :(得分:0)
尝试
xmlhttp.open("GET", "ajaxcontrolleur", true); xmlhttp.send("q="+str);