我是武男, 24歲, 大家都叫我阿男...有的人還會叫我白目老百姓...找我的話請Google "武男" 就沒錯了~

系統公告-syntax highlighting plug in Active

Autor 白目研究生

自從上次自己土砲CODE套用的CSS後

發現原來有這plugin – Syntax Highlighting

類似字形套用上色之類的功能

大概長的像下面這樣子

[sourcecode language='css']
#button {
font-weight: bold;
border: 2px solid #fff;
}
[/sourcecode]

[sourcecode language='php']
$var = 『』;
echo phpinfo();
[/sourcecode]

[sourcecode language='c#']
string test(int value){
return value.toString();
}
[/sourcecode]

又可以寫程式了…XDD

Random Posts

請留言

CommentComment