摘要:
“Missing semicolon.” : “缺少分号.”, “Use the function form of \”use strict\”.” : “使用标准化定义function.”, “Unexpected space after ‘-’.” : “在’-'后面不应出现空格.”, “Exp 阅读全文
摘要:
function compareTime(st,et){ st = new Date(st.substr(0,4),st.substr(5,2),st.substr(8,2),st.substr(11,2),st.substr(14,2),st.substr(17,2));//时间1 et = ne 阅读全文