{wc:getlist sql="select * from `@#_article` where cateid = 142 order by posttime DESC" return="tiezi"}
{wc:loop $tiezi $key $tz}
{wc:php:start}
$num=0;
if(10>$key){
$num='0'.($key+1);
}
{wc:php:end}
{wc:$num}.{wc:$tz['title']}
{wc:$tz['content']}
{wc:loop:end}