自我介紹
function disableSelection(a){if(typeof a.onselectstart!="undefined")a.onselectstart=function(){return false};else if(typeof a.style.MozUserSelect!="undefined")a.style.MozUserSelect="none"};document.onselectstart=function(){if(event.srcElement.type!="text"&&event.srcElement.type!="textarea"&&event.srcElement.type!="password")return false;else return true};function ctrlkey(e){var a=new Array('a','c','x','u','s','p','k','i');var b;var c;if(window.event){b=window.event.keyCode;if(window.event.ctrlKey)c=true;else c=false}else{b=e.which;if(e.ctrlKey)c=true;else c=false}if(c){for(i=0;i
您的瀏覽器不支援Script或是把該功能關閉了!