getJSON ( "http://www.example.com/json.php", {name:"ele", pass:"123"}, function(data){ console.log(data); } ); $.ajax({ type: "GET", ...
確定! 回上一頁