武装少女在线观看高清完整版免费,丝袜+亚洲区,少妇被cao高潮呻吟声,午夜伦情电午夜伦情电影,日日躁夜夜躁狠狠躁

幫助

JS判斷易優(yōu)會員是否登陸

2023-08-28 09:25 技術(shù)文檔
<script type="text/javascript">
    function layerLogin(gourl) {
        if (0 < ey_getCookie('users_id')) {
            alert('已經(jīng)登錄');
        }else{
            alert('請登錄!');
        }
    }
    function ey_getCookie(c_name)
    {
        return getCookie(c_name);
    }
    function getCookie(c_name)
    {
        if (document.cookie.length>0)
        {
            c_start = document.cookie.indexOf(c_name + "=")
            if (c_start!=-1)
            {
                c_start=c_start + c_name.length+1
                c_end=document.cookie.indexOf(";",c_start)
                if (c_end==-1) c_end=document.cookie.length
                return unescape(document.cookie.substring(c_start,c_end))
            }
        }
        return "";
    }
</script>



相關(guān)推薦

在線客服
易小優(yōu)
轉(zhuǎn)人工 ×