任何jQuery提供的ajax方式,其實都可以用$.ajax實現。比如$.getJSON用$.ajax可以這樣寫: $.getJSON( "http://www.example.com/json.do", {name:"tom", ...
確定! 回上一頁