What are the differences between $.get, $.post and $.ajax? -PHP Chinese website Q&A-What are the differences between $.get, $.post and $.ajax? -PHP Chinese website Q&A
区别啊,就是get和post是对ajax更进一步的封装,效果和ajax执行类型为get或者post一模一样的, get post 这样做的原因就是为了方便开发,不用每次都写ajax url scuess之类的了, 我们公司都是用ajax,很少有人用get或者post。因为get 和 post能解决的问题ajax肯定行,而且ajax更灵活。
What are the differences between $.get, $.post and $.ajax? -PHP Chinese website Q&A-What are the differences between $.get, $.post and $.ajax? -PHP Chinese website Q&A
Let’s take a look and learn.
区别啊,就是get和post是对ajax更进一步的封装,效果和ajax执行类型为get或者post一模一样的,
get post 这样做的原因就是为了方便开发,不用每次都写ajax url scuess之类的了,
我们公司都是用ajax,很少有人用get或者post。因为get 和 post能解决的问题ajax肯定行,而且ajax更灵活。