第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

為何這些代碼在本地自己的編輯器沒(méi)有保存cookie??在線等!急

<html?xmlns="http://www.w3.org/1999/xhtml">
????<head>
????????<title>cookie插件</title>
????????<link?href="style.css"?rel="stylesheet"?type="text/css"?/>
????????<script?type="text/javascript"?src="http://idcbgp.cn/data/jquery-1.8.2.min.js"></script>
????????<script?src="http://idcbgp.cn/data/jquery.cookie.js"?type="text/javascript"></script>
????</head>
????
????<body>
????????<div?id="divtest">
????????????<div?class="title">
????????????????<span?class="fl">cookie插件</span>?
????????????????<span?class="fr">
????????????????????<input?id="btnSet"?type="button"?value="設(shè)置"?/>
????????????????</span>
????????????</div>
????????????<div?class="content">
????????????????<span?class="fl">郵箱:</span><br?/>
????????????????<input?id="email"?name="email"?type="text"?/><br?/>
????????????????<input?id="chksave"?type="checkbox"?/>是否保存郵箱
????????????</div>
????????</div>
????????
????????<script?type="text/javascript">
????????????$(function?()?{
????????????????if?($.cookie("email"))?{
????????????????????$("#email").val($.cookie('email'));
????????????????}
????????????????$("#btnSet").bind("click",?function?()?{
????????????????????if?($("#chksave").is(":checked"))?{
????????????????????????$.cookie('email',$('#email').val(),{
????????????????????????????path:?"/",?expires:?7
????????????????????????})
????????????????????}
????????????????????else?{
????????????????????????$.cookie('email',null,?{
????????????????????????????path:?"/"
????????????????????????})
????????????????????}
????????????????});
????????????});
????????</script>
????</body>
</html>


正在回答

4 回答

chrome不支持js在本地操作cookie!換成IE測(cè)試成功。


0 回復(fù) 有任何疑惑可以回復(fù)我~

自己電腦用ie8試了下可以

0 回復(fù) 有任何疑惑可以回復(fù)我~

同樣本地不行,那基本沒(méi)什么用處

0 回復(fù) 有任何疑惑可以回復(fù)我~

http://img1.sycdn.imooc.com//59c014e40001563b03150126.jpg好像保存了。你隨便輸入一個(gè)email地址。然后點(diǎn)設(shè)置。關(guān)掉頁(yè)面,再打開,之前輸入的還保留在那里

0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

為何這些代碼在本地自己的編輯器沒(méi)有保存cookie??在線等!急

我要回答 關(guān)注問(wèn)題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)