在使用jQuery的情況下 $(function() { $.ajax({ type: 'get', url: 'data.json', success: function(data) { if (data.msg == "ok") ...
確定! 回上一頁