摘要:
jquery.ajax方法:$.ajax({ type:"post", url:"temp.php", beforeSend: function(XMLHttpRequest){ }, dataType:"json", success: function(data, textStatus){ }, complete: function(XMLHttpRequest, textStatus)... 阅读全文
posted @ 2012-02-29 15:48 bug yang 阅读(269) 评论(0) 推荐(0)