在list-sell.htm中添加的
<?php
$a = $t[itemid];
$b = $db->get_one("select value from destoon_category_value where itemid=‘$a‘");
echo $b[value];
?>
destoon-供应列表调用分类属性值
原文:https://www.cnblogs.com/lx0715/p/9946865.html