日期:2014-05-16 浏览次数:20765 次
function aa()
addWriting(subjecttype,orderindex,luruscore);//jquery的方法 1
window.frames[0].location.href="itasTestStuAnswerAction.do? method=luru&orderindex="+oindex+"&subjecttype="+subjecttype; //javaacript 2
)
$.ajax({
type: "GET",
url: "test.json",
dataType: "json",
success : function(data){
window.frames[0].location.href="itasTestStuAnswerAction.do
}
});
------解决方案--------------------
我想,楼上应该是对的
异步造成的