亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

html_table ??

html_table ??:

??? ?? ?? html_table? ??? ???? HTML ???? ????. cols ??? ???? ?? ? ?? ?????.

table_attr, tr_attr ? td_attr ??? tr ? td? ???? ?? ?? ?????.

tr_attr ? td_attr ?? ?? ???? ?? ?? ??? ?????.

trailpad ??? ???? ??? ?? ??? ?? ?? ???? ?????. ?:

index.php:

require('Smarty.class.php');$smarty = new Smarty;$smarty->??('data',array(1,2, 3,4,5,6,7,8,9 ));
$smarty->??('tr',array('bgcolor="skyblue"','bgcolor="#0f0"'));
$smarty->display('index.tpl') ;


index.tpl:

{html_table loop=$data}{html_table loop=$data cols=4 table_attr='border="0"'} {html_table loop=$data cols=4 tr_attr=$ tr}


??:

:

???? ??
||
<?php echo "html_table函數(shù)";