問題:前臺調(diào)用的統(tǒng)計顯示的內(nèi)容的顯示格式與內(nèi)容我想改一下,應(yīng)該如何操作?
解答:根據(jù)您的需要修改網(wǎng)站Coun目錄中Counter.asp中的代碼。如:
case "simple"
ShowInfo="總訪問量:" & AllNum & "人次<br>"
If FoundInArr(RegCount_Fill, "IsCountOnline", ",") = True Then
ShowInfo=ShowInfo&"當(dāng)前在線:" & OnlineNum & "人"
End If
case "all"
ShowInfo=ShowInfo&"總訪問量:" & AllNum & "人次<br>"
ShowInfo=ShowInfo&"總瀏覽量:" & TotalView & "人次<br>"
' ShowInfo=ShowInfo&"統(tǒng)計天數(shù):" & StatDayNum & "天<br>"
ShowInfo=ShowInfo&"今日訪問:" & DayNum & "人次<br>"
ShowInfo=ShowInfo&"日均訪問:" & AveDayNum & "人次<br>"
If FoundInArr(RegCount_Fill, "IsCountOnline", ",") = True Then
ShowInfo=ShowInfo&"當(dāng)前在線:" & OnlineNum & "人"
End If
case "common"
ShowInfo="總訪問量:" & AllNum & "人次<br>"
ShowInfo=ShowInfo&"總瀏覽量:" & TotalView & "人次<br>"
If FoundInArr(RegCount_Fill, "IsCountOnline", ",") = True Then
ShowInfo=ShowInfo&"當(dāng)前在線:" & OnlineNum & "人"
End If
新聞熱點
疑難解答
圖片精選