⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 count(1).htm

📁 AVR学习心得体会
💻 HTM
字号:
if (chkdiv('ob_logreaded')) {document.getElementById('ob_logreaded').innerHTML='(71)';}if (chkdiv('ob_tbnum')) {document.getElementById('ob_tbnum').innerHTML='(0)';}if (chkdiv('ob_logd28232')) {document.getElementById('ob_logd28232').innerHTML='<div class="digg_list" style="float: right; display:inline; margin: 0 10px 5px 0; width: 45px; height: 55px; background: url(/blog/Images/digg.gif) no-repeat left top; text-align: center; ">	<div class="digg_number" style="width:45px;padding: 10px 0 11px 0;font-size:18px;font-weight:600;color:#333;font-family:tahoma,Arial,Helvetica,sans-serif;line-height:1.0;">1</div>	<div class="digg_submit" style=" padding: 3px 0 0 6px;line-height:1.0;letter-spacing: 6px; "><a href="javascript:void(null)" onclick="diggit(28232);" style="font-size:12px;line-height:1.0;">推荐</a></div></div>';}if (chkdiv('ob_logm28232')) {document.getElementById('ob_logm28232').innerHTML=' ';}if (chkdiv('morelog')) {document.getElementById('morelog').innerHTML+='\n<div id="ArchivesShowList" style="clear:both;margin:0 0 20px 0;height:1%;">\n	<strong>此文章被以下用户所推荐:</strong>\n	<tabel id="ArchivesShowListTable" style="width:100%;border:0;">\n		<tr>\n			<td>\n				<ul class="ShowList_UL" style="float:left;margin:6px 5px;padding:6px 2px 0px 2px;border:1px #eee solid;width:64px;height:90px;overflow:hidden;background:#f4f4f4 url(images/cierre_pie.gif) no-repeat left top;text-align:center;">\n					<li class="ShowList_UserIco"><a href="/blog/blog2007/chenshaocheng" title="chenshaocheng的blog"><img src="/blog/images/ico_default.gif" class="ob_face" style="border:none;expression(this.width >48 && this.height < this.width ? 48: true); height: expression(this.height > 48 ? 48: true);"/></a></li>\n					<li class="ShowList_UserName" style="text-align:center;width:62px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;"><a href="/blog/blog2007/chenshaocheng" title="chenshaocheng">chenshaocheng</a></li>\n				</ul>\n			</td>\n		</tr>\n	</table>\n</div>\n';}
var ShowDigg ;
function diggit(logid){
	
	var Ajax = new oAjax("/blog/ajaxServer.asp?action=digglog&fromurl=",show_returnsave);
	var arrKey = new Array("logid","");
	var arrValue = new Array(logid,"");
	Ajax.Post(arrKey,arrValue);
	
}
function show_returnsave(arrobj){
	if (arrobj){
		if (arrobj.length == 4) {
			ShowDigg ='\n<div class="digg_list" style="float: right; display:inline; margin: 0 10px 5px 0; width: 45px; height: 55px; background: url(/blog/Images/digg.gif) no-repeat left top; text-align: center; ">\n	<div class="digg_number" style="width:45px;padding: 10px 0 11px 0;font-size:18px;font-weight:600;color:#333;font-family:tahoma,Arial,Helvetica,sans-serif;line-height:1.0;">$diggnum$</div>\n	<div class="digg_submit" style=" padding: 3px 0 0 6px;line-height:1.0;letter-spacing: 6px; "><a href="javascript:void(null)" onclick="diggit($logid$);" style="font-size:12px;line-height:1.0;">$showmsg$</a></div>\n</div>\n';
			ShowDigg = ShowDigg.replace('$diggnum$',arrobj[3])
			ShowDigg = ShowDigg.replace('$logid$',arrobj[2])
			ShowDigg = ShowDigg.replace('$showmsg$',arrobj[0])
			document.getElementById("ob_logd"+arrobj[2]).innerHTML = ShowDigg;
			return false;
		}
		switch (arrobj[1]){
		case '1':
			var oDialog = new dialog("/blog/");
			oDialog.init();
			oDialog.set('src',arrobj[1]);
			oDialog.event(arrobj[0],'');
			oDialog.button('dialogOk',"");
			break;
		case '2':
			var oDialog = new dialog("/blog/");
			oDialog.init();
			oDialog.set('src',arrobj[1]);
			oDialog.event(arrobj[0],'');
			oDialog.button('dialogOk',"");
			break;
		}
		}
	}

⌨️ 快捷键说明

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