var data = /* Your data in JSON format - see below */ ;. $.post( "/some/url" , data, function (returnedData) {. // This callback is executed if the post was ...
確定! 回上一頁