smarty模板怎么读取count(*)的数据

浏览:728 发布日期:2017/03/30 分类:求助交流 关键字: smarty
array(2) {
  [0] => array(2) {
    ["addres"] => string(6) "广州市"
    ["count(*)"] => string(1) "4"
  }
  [1] => array(2) {
    ["addres"] => string(9) "深圳"
    ["count(*)"] => string(1) "7"
  }
}
addres的可以使用$v.addres。但是count(*)不能使用$v.conut(*)求教
最佳答案
评论( 相关
后面还有条评论,点击查看>>