Bobby

聚沙成塔 集腋成裘
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2007年4月26日

摘要: var tfs=GetCookie('bookfs');//字体大小var tbg=GetCookie('bookbg');//背景颜色var tfc=GetCookie('bookfc');//字体颜色if (tfs != null){document.write ('');}if (tbg != null){document.write ('');}if(tfc != null){docume... 阅读全文

posted @ 2007-04-26 15:32 Bobby 阅读(1321) 评论(0) 推荐(0)

摘要: //模仿语言包式的简繁转换功能插件!var StranIt_Delay = 1000; //翻译延时毫秒(设这个的目的是让网页先流畅的显现出来)//转换文本function StranText(txt,toFT,chgTxt){ if(txt==""||txt==null) return ""; toFT=toFT==null?BodyIsFt:toFT; if(chgTxt) txt=txt... 阅读全文

posted @ 2007-04-26 15:21 Bobby 阅读(861) 评论(1) 推荐(0)