Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试建立一个在线考试项目。学生登录后,考试页面将处于全屏模式。我想知道学生是否按下了任何快捷键,例如 Alt+Ctr+Del 或 Alt+D 等。我只想知道是否有可能找出当前页面是否失焦?这样我就可以在那个时候结束会话。请帮我解决一下这个。
if(string.Compare(Request.Url.LocalPath,"MyPage.aspx")==0) // maek your session Null whatever you want }
这可以很容易地在母版页中完成