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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

關(guān)于jquery 的cookie插件 (Jquery基礎(chǔ)課程9-5習(xí)題)

關(guān)于jquery 的cookie插件 (Jquery基礎(chǔ)課程9-5習(xí)題)

qq_甘蔗_0 2016-04-11 19:26:59
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><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")); ? ? ? ? ? ? ? ?} ? ? ? ? ? ? ? ?if($.cookie("che")){ ? ? ? ? ? ? ? ? ? ?$("#chksave").attr("checked",true); ? ? ? ? ? ? ? ?} ? ? ? ? ? ? ? ?$("#btnSet").bind("click", function () { ? ? ? ? ? ? ? ? ? ?if ($("#chksave").is(":checked")) { ? ? ? ? ? ? ? ? ? ? ? ?$.cookie("email",$("#email").val(), { ? ? ? ? ? ? ? ? ? ? ? ? ? ?path: "/", expires: ?7 ? ? ? ? ? ? ? ? ? ? ? ?}), ? ? ? ? ? ? ? ? ? ? ? ?$.cookie("che",true, { ? ? ? ? ? ? ? ? ? ? ? ? ? ?path: "/", expires: ?7 ? ? ? ? ? ? ? ? ? ? ? ?}) ? ? ? ? ? ? ? ? ? ? ?} ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?else { ? ? ? ? ? ? ? ? ? ? ? ? ?$.cookie("email",null, { ? ? ? ? ? ? ? ? ? ? ? ? ? ?path: "/" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?}), ? ? ? ? ? ? ? ? ? ? ? ?$.cookie("che",null, { ? ? ? ? ? ? ? ? ? ? ? ? ? ?path: "/" ? ? ? ? ? ? ? ? ? ? ? ?}) ? ? ? ? ? ? ? ? ? ?} ? ? ? ? ? ? ? ?}); ? ? ? ? ? ?}); ? ? ? ?</script> ? ?</body></html>
查看完整描述

2 回答

?
李曉健

TA貢獻(xiàn)1036條經(jīng)驗(yàn) 獲得超461個(gè)贊

cookie是需要種到域名或ip下面的。所以你本地需要有一個(gè)web服務(wù)。訪問時(shí)不要用localhost來訪問,用ip或127.0.0.1?

查看完整回答
反對(duì) 回復(fù) 2016-04-12
?
喵嗚_0001

TA貢獻(xiàn)4條經(jīng)驗(yàn) 獲得超2個(gè)贊

先回答樓主的問題,cookie和服務(wù)器并無關(guān)系。cookie的機(jī)制受很多因素影響,其中有瀏覽器安全設(shè)置,建議你先檢查一下瀏覽器支不支持cookie存儲(chǔ),我記得mac就不行,課程里的試驗(yàn),我在自己電腦上試過,是沒有問題的。

另外,樓主你引用的不是cookie插件啊喂【汗】

查看完整回答
反對(duì) 回復(fù) 2016-04-12
  • qq_甘蔗_0
    qq_甘蔗_0
    我代碼粘錯(cuò)了,我換了個(gè)代碼,你再試試..
  • 喵嗚_0001
    喵嗚_0001
    我剛才試過了,沒有問題,你如果只是訪問本地的靜態(tài)文件的話,是不存儲(chǔ)cookie的,應(yīng)該是類似http://127.0.0.1:8020/HelloHBuilder/html4.01.html,這樣的鏈接,這樣才能讓瀏覽器開啟web服務(wù)
  • qq_甘蔗_0
    qq_甘蔗_0
    不懂你是怎么可以的,我在sublime里面復(fù)制這段代碼,首先,樣式的連接沒給.然后不能起到保存cookie的作用, path路勁填的是 '/' 這是保存到那里? 不應(yīng)該自己給設(shè)定一個(gè)么?
點(diǎn)擊展開后面6
  • 2 回答
  • 0 關(guān)注
  • 1467 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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