ajax ({ method: "POST", url: "some.php", dataType: "json", data: {} }).done(json => console.log(json));
確定! 回上一頁