摘要:
1 select id= IDENTITY(INT,1,1) , sum(Score) as Score ,Student_NO,Student_Name 2 3 into #a2_tab 4 from ksy_stu_ScoreInfo GROUP BY Student_NO,Student_Name order by Score desc 5 6 SELECT TOP ... 阅读全文
摘要:
判断浏览器环境是PC端还是手机端 function goPAGE() { 2 if ((navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrows 阅读全文