teacherpage.htm
来自「本系统实现了网上考试的目的」· HTM 代码 · 共 17 行
HTM
17 行
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<HEAD>
<TITLE>教师登录</TITLE>
</HEAD>
<frameset rows="217,*" border="0" frameSpacing="0" frameBorder="0">
<frame name="top" src="Logo.aspx" scrolling="no" noresize frameBorder="0">
<frameset cols="250,*" border="0" frameSpacing="0" frameBorder="0">
<frame name="left" src="Teacher.aspx" frameBorder="1" noResize scrolling="yes">
<frame name="right" src="TeacherChangePassword.aspx" frameBorder="1" noResize scrolling="yes">
</frameset>
<noframes>
</noframes>
</frameset>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?