核心提示:创建一个欢迎 cookie </p><p><html><head> <div class="ke-script" data-ke-script-attr="%20type%3D%22text/javascript%22">%0Afunction%20getCookie%28c_name%29%0A%7B%0Aif%20%28document.cookie.length%3E0%29%0A%7B%20%0Ac_start%3Ddocument.cookie.indexOf%28c_name%20+%20%22%3D%22%29%0Aif%20%28c_start%21%3D-1%29%0A%7B%20%0Ac_start%3Dc_start%20+%20c_name.length+1%20%0Ac_end%3Ddocument.cookie.indexOf%28%22%3B%22%2Cc_start%29%0Aif%20%28c_end%3D%3D-1%29%20c_end%3Ddocument.cookie.length%0Areturn%20unescape%28document.cookie.substring%28c_start%2Cc_end%29%29%0A%7D%20%0A%7D%0Areturn%20%22%22%0A%7D%3C/p%3E%3Cp%3Efunction%20setCookie%28c_name%2Cvalue%2Cexpiredays%29%0A%7B%0Avar%20exdate%3Dnew%20Date%28%29%0Aexdate.setDate%28exdate.getDate%28%29+expiredays%29%0Adocument.cookie%3Dc_name+%20%22%3D%22%20+escape%28value%29+%0A%28%28expiredays%3D%3Dnull%29%20%3F%20%22%22%20%3A%20%22%3B%20expires%3D%22+exdate.toGMTString%28%29%29%0A%7D%3C/p%3E%3Cp%3Efunction%20checkCookie%28%29%0A%7B%0Ausername%3DgetCookie%28%27username%27%29%0Aif%20%28username%21%3Dnull%20%26amp%3B%26amp%3B%20username%21%3D%22%22%29%0A%20%20%7Balert%28%27Welcome%20again%20%27+username+%27%21%27%29%7D%0Aelse%20%0A%20%20%7B%0A%20%20username%3Dprompt%28%27Please%20enter%20your%20name%3A%27%2C%22%22%29%0A%20%20if%20%28username%21%3Dnull%20%26amp%3B%26amp%3B%20username%21%3D%22%22%29%0A%20%20%20%20%7B%0A%20%20%20%20setCookie%28%27username%27%2Cusername%2C365%29%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D%0A</div> </head><body data-ke-onload="checkCookie()"></body></html>