运行以下代码时:
Meteor.call('updateRubricStudentAssessments', ids, setVal, function (err, updateCount) {
console.log(Session.get("selected_classroom"));
saveAssessmentDataCallback(ids);
});
{1}}会话变量在IE 10中输出为selected_classroom
,但在Firefox,Chrome和Safari中,undefined
中的数据存在。这是IE 10中的一个已知错误,还是我在这里遗漏了什么?