if (!window.JSON) {
// no JSON!
throw "SignalR: No JSON parser found. Please ensure json2.js is referenced before the SignalR.js file if you need to support clients without native JSON parsing support, e.g. IE<8.";
}
我的 mvc 4 网页使用 signalR Hub 在 Firefox、IE8 和 Chrome 中运行良好,但在 IE7 中出现问题,有人遇到同样的问题吗?