日历存档: 2010 年 7 月 14 日

继续测试新插件coolcode

分类:乱七八糟日期:2010-07-14 - 17:59:40评论:10条作者:老谢

代码可以高亮吗,试试看……

显示行号,这样好用多了……

class test
{
var $x;
var $y;
<span id="more-121"></span>
var $z;
function s_um($x,$y)
{
$this-&gt;x=$x;
$this-&gt;y=$y;
$this-&gt;z=$x+$y;
echo "结果:".$this-&gt;z."
";
}
}
$p1=new test;
$p1-&gt;s_um(1,1);

测试新插件runcode

分类:乱七八糟日期:2010-07-14 - 17:43:06评论:0条作者:老谢

恩,很不错~

以后传代码就方便了……

[runcode height=”50″ width=”500″]

hello,runcode!

[/runcode]