1:get请求 使用的是get()方法

jquery实现Ajax_jquery

2:post请求 使用的是post()方法

jquery实现Ajax_ ajax_02

总结:jquery实现的Ajax,get请求和post请求,就方法名不一样,其他的都是一样的。

3:使用$.ajax()方法  这种方法比较综合 即可是get方式请求 也可以是post方式请求

jquery实现Ajax_jquery_03