22676.js
来自「使用java算法实现繁体中文和简体中文的转化」· JavaScript 代码 · 共 1 行
JS
1 行
var clicky={init:function(){clicky.img=new Image();clicky.img_base="http://in.getclicky.com/in.php?site_id=22676&srv=db3";var r=RegExp("^https?://[^/]*"+location.host.replace(/^www\./i,"")+"/","i").test(document.referrer)?"":document.referrer;clicky.img.src=clicky.img_base+'&title='+clicky.enc((clicky.isset("clicky_page_title")?clicky_page_title:document.title))+'&href='+clicky.enc(location.pathname+location.search)+'&ref='+clicky.enc(r)+'&res='+screen.width+'x'+screen.height+'&lang='+(navigator.language||navigator.browserLanguage).substr(0,2)+'&x='+Math.random();},isset:function(e){return(typeof(window[e])!="undefined");},enc:function(e){return encodeURIComponent?encodeURIComponent(e):escape(e);}};clicky.init();
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?