摘要:
dim score score = 72 if score>=90 then msgbox("优秀") elseif score>=80 and score<90 then msgbox("良好") elseif score>=70 and score<80 then msgbox("一般") el 阅读全文
摘要:
function GetRequest() { var url = location.search; //获取url中"?"符后的字串 var theRequest = new Object(); if (url.indexOf("?") != -1) { var str = url.substr(1); strs = str.split("&"); for(var i = 0; i < strs 阅读全文