📄 bbs.js
字号:
skins=getCookie('skins')
function bbsxptop(){
document.write("")
}
function bbsxpbottom(){
document.write("")
}
function valignmain(){
document.write("<div align=center>")
document.write("<table width=770 height=210 border=0 cellpadding=0 cellspacing=0>")
document.write("<tr>")
document.write("<td width=140 rowspan=2><img src=images/skins/"+skins+"/001_1.gif width=140 height=210></td>")
document.write("<td width=251 height=110><img src=images/skins/"+skins+"/001_2.gif width=251 height=110></td>")
document.write("<td width=373><img src=images/skins/"+skins+"/001_3.gif width=379 height=110></td>")
document.write("</tr>")
document.write("<tr>")
document.write("<td height=100 colspan=2 background=images/skins/"+skins+"/001_4.gif> </td>")
document.write("</tr>")
document.write("</table>")
document.write("</div>")
document.write("<tr>")
document.write("<td height=100 colspan=2 valign=top>")
}
function valigntop(){
}
function valignbottom(){
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -