ajax返回html页面 怎么获取html中ajax返回的数据?

怎么获取html中ajax返回的数据?可以通过js获得。xmlhttprequest,支持response或者responseText 来获得。也可以用jquery直接用promise,把data作为

怎么获取html中ajax返回的数据?

可以通过js获得。xmlhttprequest,支持response或者responseText 来获得。也可以用jquery直接用promise,把data作为参数给对应函数。