Dephi/C++交流

好记性不如烂笔头,记录下过程中的点点滴滴!

导航

我是怎样给 Delphi 代码着色的

Posted on 2008-05-22 15:50  sunhj  阅读(206)  评论(0)    收藏  举报
<html> <head> <script type="text/javascript" src="https://files.cnblogs.com/del/del.js"></script> <link rel="stylesheet" type="text/css" href="https://files.cnblogs.com/del/del.css" /> </head> <body> <pre class="Delphi"> //此处嵌入 Delphi 代码 </pre> <pre class="cpp"> //此处嵌入 C/C++ 代码 </pre> </body> </html>