跳到主要內容

[JQuery]getJSON

$.getJSON(Url,
{DataKey:"Value"},
function(json){
alert(json);
});
getJSON()

留言