| 簡單模式 |
高級模式 |
| 統計代碼:【{/$countlogotext|default:"PHPStat"/}】 |
|
| 將以上代碼複製並插入需要統計的頁面. |
| 如果您將統計代碼在框架中使用,也許下面更適合你。如果上面代碼可以正常使用,請不要使用下面代碼。【{/$countlogotext|default:"PHPStat"/}】 |
|
| 將以上代碼複製並插入需要統計的頁面. |
| 如果您將統計代碼在js中使用document.write進行輸出,也許下面更適合你。如果上面代碼可以正常使用,請不要使用下面代碼。【{/$countlogotext|default:"PHPStat"/}】 |
|
| 將以上代碼複製並插入需要統計的頁面. |
|
| 高級模式 |
|
可以自定義讓統計代碼顯示一下數據,並可設置順序
圖列:
【{/$countlogotext|default:"PHPStat"/}[今日訪問:10205][今日IP:4508][本小時訪問:2425][本小時IP:452]
】 |
|
|
\n";
Code += "\\n";
Code +="";
codearea.value=Code;
}
function yulan()
{
var code=codearea.value;//即要運行的代碼。
var newwin=window.open('/_temp/none.html','',''); //打開一個窗口並賦給變量newwin。
newwin.opener = null // 防止代碼對論談頁面修改
newwin.document.write('\ddd' + code + 'ddd'); //向這個打開的窗口中寫入代碼code,這樣就實現了運行代碼功能。
newwin.document.close();
}
ChangeCode();