我有这个 Kendo UI 数据源。我正在尝试传递数据参数
transport: {
read: {
url: "http://clientstoprofits.paupertopresident.com/api/Schedule/Tasks_Read",
data:{
UserId:id,
startDate:startTime
},
dataType: "jsonp"
},
但唯一被发送的是
Request URL:http://mydomain.com/api/Schedule/Tasks_Read?callback=jQuery19107631381487008184_1398210088201&_=1398210088207
谁能告诉我为什么我得到这个回调 = Jquery *?