?? showcount.php
字號:
<?php
/*
[插件名稱] 訪問統計 - 替換模版標簽{#modShowCount#}
[適用范圍] foot.htm
[文 件 名] ShowCount.php
[更新時間] 2006/7/21
*/
function ShowCount() {
$str="<script>document.write(\"<script src=".ROOTPATH."stat.php?nowpage=\"+window.location.href+\"&reffer=\"+escape(document.referrer)+\"><\/script>\")</script>";
return $str;
}
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -