get方法: $.get(URL,callback); 必需的 URL 参数规定您希望请求的 URL。 可选的 callback 参数是请求成功后所执行的函数名。 $.get("demo_test.asp",function(data,status){ alert("Da