淘一族(www.taoyizu.net)改版中遇到個奇怪的問題,有個頁面需要用jquery的ajax獲取數據,在chrome和ff下都能正確獲取並顯示數據,代碼段如下: [$.ajax({ url: "/item/getComments", dataType: "json", data: {"iid": "123456", "nick": "xlight"}, success: function ...
www.im87.cn