JavaScript (with Jquery) ` var dataURL = 'https://jsonplaceholder.typicode.com/posts'; var posts = $.getJSON(dataURL, function(data) ...
確定! 回上一頁