sideskin.inc
来自「一个聊天室程序」· INC 代码 · 共 23 行
INC
23 行
<%
If Session("skin")="norm" then
imgSide = ""
colWho = "#ff0000"
colNick = "black"
ElseIf Session("skin")="smash" then
imgSide = "side.jpg"
colWho = "#FF0000"
colNick = "#80FF80"
ElseIf Session("skin")="organ" then
imgSide = "sideskin1.jpg"
colWho = "yellow"
colNick = "yellow"
ElseIf Session("skin")="rock" then
imgSide = "rockside.jpg"
colWho = "yellow"
colNick = "yellow"
ElseIf Session("skin")="wood" then
imgSide = "woodside.jpg"
colWho = "yellow"
colNick = "yellow"
End If
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?