问答详情
源自:1-1 PHP可以做什么?

二维数组怎么遍历三维数组?

<?php

class IndexAction extends Action

{

public function index()

{

$typeInfo = M("goodstype")->select();


$this->assign("pageName","index");

$this->display();

}

}


提问者:最爱GD 2016-01-18 19:30

个回答

  • 猥琐控灬嫌疑人
    2016-01-18 23:07:05

    不太清楚啊