SyntaxHighlight GeSHi插件样例
跳到导航
跳到搜索
<?php
v = "string"; // sample initialization
?>
html text
<?php
echo v; // end of php code
?>
<syntaxhighlight lang="php"> <?php v = "string"; // sample initialization ?> html text <?php echo v; // end of php code ?> </syntaxhighlight>
更多信息访问 BubbleStudy BubbleStudy https://bubblestudy.info/wiki/