<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>kglife developer&#039;s blog &#187; 设置</title>
	<atom:link href="http://blog.kglife.com/tag/%e8%ae%be%e7%bd%ae/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.kglife.com</link>
	<description>our web,our life</description>
	<lastBuildDate>Sat, 28 Nov 2009 16:37:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>JS设置/读取cookies</title>
		<link>http://blog.kglife.com/09_33.html</link>
		<comments>http://blog.kglife.com/09_33.html#comments</comments>
		<pubDate>Wed, 23 Sep 2009 14:08:51 +0000</pubDate>
		<dc:creator>ckson</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[开发日志]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[设置]]></category>
		<category><![CDATA[读取]]></category>

		<guid isPermaLink="false">http://blog.kglife.com/?p=33</guid>
		<description><![CDATA[/**&#160;* 设置cookies&#160;*/function setCookie&#40;c_name,value,expiredays&#41;&#123;&#160;&#160;&#160;&#160;var exdate=new Date&#40;&#41;&#160;&#160;&#160;&#160;exdate.setDate&#40;exdate.getDate&#40;&#41;+expiredays&#41;&#160;&#160;&#160;&#160;document.cookie=c_name+ &#34;=&#34; +escape&#40;value&#41;+&#160;&#160;&#160;&#160;&#40;&#40;expiredays==null&#41; ? &#34;&#34; : &#34;;expires=&#34;+exdate.toGMTString&#40;&#41;&#41;&#125;/**&#160;* 获取cookies&#160;*/function getCookie&#40;c_name&#41;&#123;&#160;&#160;&#160;&#160;if &#40;document.cookie.length&#62;0&#41;&#160;&#160;&#160;&#160;&#123;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;c_start=document.cookie.indexOf&#40;c_name + &#34;=&#34;&#41;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if &#40;c_start!=-1&#41;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#123;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;c_start=c_start + c_name.length+1&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;c_end=document.cookie.indexOf&#40;&#34;;&#34;,c_start&#41;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if &#40;c_end==-1&#41; c_end=document.cookie.length&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;return unescape&#40;document.cookie.substring&#40;c_start,c_end&#41;&#41;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#125;&#160;&#160;&#160;&#160;&#125;&#160;&#160;&#160;&#160;return &#34;&#34;;&#125;]]></description>
		<wfw:commentRss>http://blog.kglife.com/09_33.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
