ajax({ url: '檔案路徑', type: 'GET', dataType: 'xml', //資料型態可以不設定,且此型態不可是text或html timeout: 1000, error: function(xml) { alert('讀取xml錯誤' + xml); ...
blog.xuite.net