Pages

2009年10月18日 星期日

使用jQuery $.ajax() 注意事項

使用json傳回時,記得在$.ajax()上設定dataType為 "json"不然在
success: function(msg){ } 的msg無法正確顯示資料

0 意見: