84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
用ajax获取某页面的html 测试ajax无错误 可能与dataType有关,但是目前用html和text均测试过不能用正则匹配
用js将ajax获取的页面提取 一下两种方法均不行
想知道是什么原因?
正则已经过测试
完整代码:
已解决,next_page_con_handler()应该放在ajax的success下
人生最曼妙的风景,竟是内心的淡定与从容!
$.ajax(...) .done(function(html) { // success() 里的内容可以写到这里来,然后不要 success 回调 next_page_con_handler(); });
总的来说,是因为 ajax 还没返回,你已经执行了 next_page_con_handler(),数据还没取到呢,当然要报错。
你可以先将next_page_con打印到控制台看看。
你把network截图发出来看看,我们现在还么有看到你的返回数据是什么。我猜测应该是变量指定的不对吧
总的来说,是因为 ajax 还没返回,你已经执行了 next_page_con_handler(),数据还没取到呢,当然要报错。
你可以先将next_page_con打印到控制台看看。
你把network截图发出来看看,我们现在还么有看到你的返回数据是什么。我猜测应该是变量指定的不对吧