╃巡洋艦㊣ 2011-03-13 12:25:53 4799次浏览 9条回复 0 0 0
<?php 
$this->beginWidget('CTextHighlighter',array('showLineNumbers'=>true,'language'=>'php'));
function myfun() {
    echo 'hello world!';
}
$this->endWidget();
?>
您需要登录后才可以回复。登录 | 立即注册