支援
ActionScript, ASP, C, C++, C#, CSS, Delphi, HTML, Java, JavaScript, Perl, PHP, Python, Smarty, SQL, Visual Basic, VB.NET, XML
試用看看是不是我想要的
o.o
The [ as ] & [ /as ] tags are for hiliting ActionScript Code. You have to place your
ActionScript code in between them.
The [ asp ] & [ /asp ] tags are for hiliting ASP Code.
The [ c ] & [ /c ] tags are for hiliting C Code.
The [ cpp ] & [ /cpp ] tags are for hiliting C++ Code.
The [ csharp ] & [ /csharp ] tags are for hiliting C# Code.
The [ css ] & [ /css ] tags are for hiliting CSS Code.
The [ delphi ] & [ /delphi ] tags are for hiliting Delphi Code.
The [ html ] & [ /html ] tags are for hiliting HTML Code.
The [ java ] & [ /java ] tags are for hiliting JAVA Code.
The [ js ] & [ /js ] tags are for hiliting JavaScript Code.
The [ perl ] & [ /perl ] tags are for hiliting Perl Code.
The [ php ] & [ /php ] tags are for hiliting PHP Code.
The [ python ] & [ /python ] tags are for hiliting Python Code.
The [ smarty ] & [ /smarty ] tags are for hiliting Smarty Code.
The [ sql ] & [ /sql ] tags are for hiliting SQL Code.
The [ vb ] & [ /vb ] tags are for hiliting Visual Basic Code. TIP:- You can use the [ vb ] & [ /vb ] tags for hiliting VBScript Code too.
The [ vbnet ] & [ /vbnet ] tags are for hiliting VB.NET Code.
The [ xml ] & [ /xml ] tags are for hiliting XML Code.
The [ code ] & [ /code ] tags are for hiliting generic Code that isn't one of the
already mentioned ones.
--- test
[cpp]#include
using namespace std;
int main()
{
cout <<"Hello World!!" << endl;
return 0;
}[/cpp]
No comments:
Post a Comment