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

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

獲取input輸入的值,實現(xiàn)再次刷新頁面時,能記住input里的值,用cookie保存

獲取input輸入的值,實現(xiàn)再次刷新頁面時,能記住input里的值,用cookie保存

追萌 2017-07-14 12:01:20
<!DOCTYPE html><html lang="en"><head> ? ?<meta charset="UTF-8"> ? ?<title>Title</title> ? ?<script> ? ? ? ?function getCookie(c_name ){ ? ? ? ? ? ?if(document.cookie.length>0){ ? ? ? ? ? ? ? ?c_start=document.cookie.indexOf(c_name+"=") ; ? //indexOf() 方法可返回某個指定的字符串值在字符串中首次出現(xiàn)的位置 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 ""; ? ? ? ?} ? ? ? ?function setCookie(c_name,value,expiredays) { ? ? ? ? ? ?var exdate=new Date(); ? ? ? ? ? ?exdate.setDate(exdate.getDate()+expiredays); ? ? ? ? ? ?document.cookie=c_name+"="+escape(value)+((expiredays==null)?"":";expires="+exdate.toGMTString()); ? ? ? ?} ? ? ? ?function checkCookie() { ? ? ? ? ? ?username=getCookie('username'); ? ? ? ? ? ?if(username!=null && username!="") ? ? ? ? ? ?{ ? ? ? ? ? ? ? alert('welcome '+username); ? ? ? ? ? ? ? ?document.getElementById('user').innerHTML=username; ? ? ? ? ? ?} ? ? ? ? ? ?else { ? ? ? ? ? ? ? /* ?username=prompt('pskdsks:',"");*/ username=document.getElementById('user').value; ? ? ? ? ? ? ? ?if(username!=null && username!="") ? ? ? ? ? ? ? ?{ ? ? ? ? ? ? ? ? ? ?setCookie('username',username,7); ? ? ? ? ? ? ? ?} ? ? ? ? ? ?} ? ? ? ?} ? ?</script></head><body> ? ? <input type="text" style="width: 40px" id="user"> ? ? <button id="btn" type="submit" onclick="checkCookie()">click</button></body></html>
查看完整描述

1 回答

?
MR帽子先生

TA貢獻245條經(jīng)驗 獲得超106個贊

input里面設(shè)置ID cook就可以保存了

查看完整回答
反對 回復 2017-07-14
  • 1 回答
  • 0 關(guān)注
  • 4719 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

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