标签:style http color os html amp htm 应用
XMLHttpRequest对象 XHR
Ajax核心XMLHttpRequest对象:
xhr.open("get/post","example.txt",false);
xhr.send(null);
http://dev.yesky.com/91/2687091.shtml
jQuery对Ajax进行了封装:
$.ajax();
$.get()和$.post();
$.getScript()和$.getJSON();
标签:style http color os html amp htm 应用
原文地址:http://www.cnblogs.com/xiao-hei/p/3895776.html