标签:
{template common/header} {eval $arr = array( ‘aa‘=>‘dz‘, ‘bb‘=>‘zd‘ )} {TIMESTAMP} <br/> <ul> {loop $arr $k $v} <li>{$k} = {$v}</li> {/loop} <li>333</li> </ul> {eval $n = 10} {if $n == 1} var n is 1 {elseif $n == 100} var n is 100 {else} var n is not 1 or 100 {/if} <br/> {avatar(1,‘small‘)} <br/> {date(TIMESTAMP)} <br/> {date(1333333333)} <br/> <!--{ad/custom_1}--> <br/> <!--{block/12}--> <br/> {block var} <ul> <li>111</li> <li>222</li> <li>333</li> </ul> {/block} {$var} <br/> {hook/forumdisplay_var_test} <br/> {LF} <!--[diy=diy_test_11]--> <div id=‘diy_test_11‘ class=‘area‘></div> <!--[/diy]--> {template common/footer}
标签:
原文地址:http://www.cnblogs.com/fenle/p/4393747.html