get_readnum.htm

来自「Effective-c++.国外很经典的一本关于c++编程的电子书。」· HTM 代码 · 共 10 行

HTM
10
字号

	
	document.write('<TABLE  bgColor=#ffffff border=0 cellPadding=2 cellSpacing=0  width=720 height=50>');
	document.write('<tr><td colspan=4>文章动态信息:</td><td>');

	document.write('<tr><td width=80>人气:</td><td>');
	document.write('<font color=red>271</font>');
	document.write('</td><td width=100>得票数:</td><td>');
	document.write('<font color=red>10票</font></td></tr>');

⌨️ 快捷键说明

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