htmtop.js

来自「本论坛开发环境:jdk1.5+Tomcat5.5.17+sql server20」· JavaScript 代码 · 共 12 行

JS
12
字号
document.write('<table cellspacing=0 cellpadding=0 width="750" align=center border=0>')
document.write('<tbody>')
document.write('<tr>')
document.write('<td height=60> <div align="center">')
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="750" height="60">')
document.write('<param name="movie" value="../images/loupan.swf">')
document.write('<param name="quality" value="high">')
document.write('<embed src="../images/loupan.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="60"></embed></object>')
document.write('</div></td>')
document.write('</tr>')
document.write('</tbody>')
document.write('</table>')

⌨️ 快捷键说明

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