help.asp

来自「此文件为一个电子同学录」· ASP 代码 · 共 20 行

ASP
20
字号
<!--#include file=conn.asp-->
<!-- #include file=inc/const.asp -->
<%
	stats="详细信息"
	call head()
	call head_var("在线帮助","")
	call main()
	call foot()

sub main()
%>
<table width="<%=txl_body(0)%>" cellpadding="0" cellspacing="0" align="center" style="border:1px <%=txl_body(9)%> solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 1px;">  
<tr> 
<td  bgcolor=<%=txl_body(10)%>><br>
<table cellpadding=3 cellspacing=1 align=center class=tableBorder1 width=<%=txl_body(19)%>>
<tr>
<th height=25>同学录在线帮助</th>
</tr>
<tr>
<td class=tablebody1 height=30 align=center><A HREF=#point>同学录积分设置</a>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?