91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

js怎么獲取訪問頁數記錄(知道的能不能告訴我一下)

發布時間:2020-07-14 17:36:53 來源:網絡 閱讀:1265 作者:yinghuamantian 欄目:系統運維

這次老大布置了一個任務,但是我有幾個地方不會,請大家幫一個忙吧。這個任務主要就是使用js獲取:1.網站來源截取2.上網IP截取3.上網地址截取4.操作系統截取5.分辨率截取6.訪問頁數記錄,但是我只能獲取到1.網站來源4.操作系統5.分辨率這幾個,其中上網IP、地址我是截取到,但是有人說我這種截法是不行的,所以你們誰看到的能不能告訴我一下這幾個是怎樣截取的,謝謝你們了,這個是我寫的代碼,能不能告訴我一下那個文字效果是什么啊


<!DOCTYPE HTML>

<html>

<head>

<meta charset="UTF-8">

<title>當前用戶訪問信息</title>

<script src="http://apps.bdimg.com/libs/jquery/1.9.1/jquery.min.js"></script>

<style type="text/css"> 

.mains{width:400px;height:300px;border:1px solid #333;margin-left:60px;margin-top:60px;font-size:14px;padding:10px;}

.guanjian{width:30%;height:30px;float:left;}

.huoqu{width:70%;height:30px;float:left;}

</style>

</head>

<body>

<div class="mains">

<h2>系統分析</h2>

<div><div class="first">初次來源:</div><div class="huoqu laiyuan"></div></div>

<div><div class="guanjian">搜索關鍵詞:</div><div class="huoqu word"></div></div>

<div><div class="guanjian">上網IP:</div><div class="huoqu ip">

<script src="http://pv.sohu.com/cityjson?ie=utf-8"></script>  

<script type="text/javascript">  document.write(returnCitySN["cip"])  </script>

</div></div>

<div><div class="guanjian">上網地址:</div><div class="huoqu">

<script type="text/javascript">  document.write(returnCitySN["cname"])  </script>

</div></div>

<div><div class="guanjian">操作系統:</div><div class="huoqu xitong"></div></div>

<div><div class="guanjian">分辨率:</div><div class="huoqu fenbianlv"></div></div>

<div><div class="guanjian">訪問頁數:</div><div class="huoqu"></div></div>

</div>


<script type="text/javascript"> 

//獲取初次來源

$ly=document.write(document.referrer);

$(".laiyuan").text($ly);


//獲取搜索關鍵詞

function GetQueryString($name){

    var $index=document.referrer.indexOf($name+"="),$e='';

    if($index>1){

        $e=document.referrer.substring($index+$name.length+1);

        if(($index=$e.indexOf("&"))>0){

            $e=$e.substring(0,$index);

        }

    }

    return $e;

}

$wd=GetQueryString("wd");

if($wd&&$wd.length>0){

    $wd=decodeURIComponent($wd);}

$(".word").text($wd);

//獲取上網IP




//獲取上網地址

//獲取操作系統

function detectOS() {

    var sUserAgent = navigator.userAgent;

    var isWin = (navigator.platform == "Win32") || (navigator.platform == "Windows");

    var isMac = (navigator.platform == "Mac68K") || (navigator.platform == "MacPPC") || (navigator.platform == "Macintosh") || (navigator.platform == "MacIntel");

    if (isMac) return "Mac";

    var isUnix = (navigator.platform == "X11") && !isWin && !isMac;

    if (isUnix) return "Unix";

    var isLinux = (String(navigator.platform).indexOf("Linux") > -1);

    if (isLinux) return "Linux";

    if (isWin) {

        var isWin2K = sUserAgent.indexOf("Windows NT 5.0") > -1 || sUserAgent.indexOf("Windows 2000") > -1;

        if (isWin2K) return "Win2000";

        var isWinXP = sUserAgent.indexOf("Windows NT 5.1") > -1 || sUserAgent.indexOf("Windows XP") > -1;

        if (isWinXP) return "WinXP";

        var isWin2003 = sUserAgent.indexOf("Windows NT 5.2") > -1 || sUserAgent.indexOf("Windows 2003") > -1;

        if (isWin2003) return "Win2003";

        var isWinVista= sUserAgent.indexOf("Windows NT 6.0") > -1 || sUserAgent.indexOf("Windows Vista") > -1;

        if (isWinVista) return "WinVista";

        var isWin7 = sUserAgent.indexOf("Windows NT 6.1") > -1 || sUserAgent.indexOf("Windows 7") > -1;

        if (isWin7) return "Win7";

    }

    return "other";

}

$xt=detectOS();

$(".xitong").text($xt);

//獲取分辨率

$fbl_1=screen.width;

$fbl_2=screen.height;

$fbl=$fbl_1+"*"+$fbl_2;

$(".fenbianlv").text($fbl);

//獲取訪問頁數


</script>

</body>

</html>

這個圖片是最終的效果圖,主要獲取的數據在系統分析里面js怎么獲取訪問頁數記錄(知道的能不能告訴我一下)

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

涞水县| 双峰县| 昌宁县| 新津县| 中牟县| 康定县| 广宁县| 巨野县| 牡丹江市| 塔河县| 柏乡县| 绿春县| 安陆市| 大连市| 紫云| 商丘市| 凤城市| 洛浦县| 广饶县| 武隆县| 泸州市| 凤冈县| 青海省| 高阳县| 克拉玛依市| 海宁市| 政和县| 宜丰县| 青州市| 临汾市| 乳源| 泾阳县| 古蔺县| 义马市| 通榆县| 南岸区| 宁明县| 屯留县| 丹凤县| 曲阜市| 海原县|