$.ajax({ url: 'https://randomuser.me/api/', dataType: 'json', success: function(data) { console.log(data); // 取得的遠端資料 } });.
確定! 回上一頁