12
“Nguyên thủy JSON không hợp lệ” trong xử lý Ajax
Tôi gặp lỗi trong cuộc gọi ajax từ jQuery. Đây là hàm jQuery của tôi: function DeleteItem(RecordId, UId, XmlName, ItemType, UserProfileId) { var obj = { RecordId: RecordId, UserId: UId, UserProfileId: UserProfileId, ItemType: ItemType, FileName: XmlName }; var json = Sys.Serialization.JavaScriptSerializer.serialize(obj); $.ajax({ type: "POST", url: "EditUserProfile.aspx/DeleteRecord", data: json, contentType: "application/json; …