- + P A

- hao de

      我的日志 2007-2-6 14:36

<SCRIPT>
function getcookie(name) {
 var my_cookie = document.cookie;
 var start = my_cookie.indexOf(name + "@weather.qq.com" + "=");
 if (start == -1) return '';
 
 start += name.length + 16; //1 stands of '='
 
 var end = my_cookie.indexOf(";" ,start);
 i

标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()