注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google Chrome、Firefox、Microsoft Edge及Safari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
if(location.protocol=="http:"){
location.replace("https://"+((""+location).split("://")[1]));
}
$( function(){
//改變編輯框字型
$("textarea").css({"font-size":"10pt","font-family":"細明體,MingLiU"}).each(function(){
this.rows=Math.floor(this.rows*6.5/5);
});
});