$.ajax({ url:'source.xml', type: 'GET', dataType: 'xml',//資料型態可以不設定,且此型態不可是text或html timeout: 1000, error: function(xml){ ...
確定! 回上一頁