📄 headpic.asp
字号:
<!--#include file="up.asp"-->
<%
'##################################################################
'# 6KSU1.1[痞子.NET]版
'# 主页 http://d9pd.51.net
'# 论坛 http://jwclub.126.com http://jwclub.9126.com[戒网俱乐部]
'# 我的QQ:283067 Email:btajn9@21cn.com
'# 如有技术问题,请到6kbbs官方论坛一起讨论 http://6k.2ya.com
'# 关于此hack版的问题可以到 http://jwclub.9126.com 中讨论
'##################################################################
'要修改的头像列表参数
a=7 '行数
b=6 '列数
'##################################################################
%>
<div align="center"><br><b>在“我的头像”中选择对应的头像序号即可。</b><br><br>
</div>
<div align="center">
<table cellspacing="0" border="1" bordercolor=<%=c1%> style="border-collapse: collapse" width="98%" cellpadding="0">
<%for i=0 to a-1%>
<tr>
<%for k=1 to b%>
<td align="center"><img src="headpic/<%=i*b+k%>.gif"><br>头像[<%=i*b+k%>]</td>
<%next%>
</tr>
<%next%>
</table>
</div>
<br><hr color=<%=c1%> size=1 width=98%>
<br>
<!--#include file="down.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -