http://www.w3school.com.cn/jquery/ajax_get.asp
$("button").click(function(){ $.get("demo_ajax_load.txt", function(result){ $("div").html(result); });});
本文共 157 字,大约阅读时间需要 1 分钟。
http://www.w3school.com.cn/jquery/ajax_get.asp
$("button").click(function(){ $.get("demo_ajax_load.txt", function(result){ $("div").html(result); });});
转载地址:http://exkta.baihongyu.com/