二維數(shù)組怎么遍歷三維數(shù)組?
<?php
class IndexAction extends Action
{
public function index()
{
$typeInfo = M("goodstype")->select();
$this->assign("pageName","index");
$this->display();
}
}
<?php
class IndexAction extends Action
{
public function index()
{
$typeInfo = M("goodstype")->select();
$this->assign("pageName","index");
$this->display();
}
}
2016-01-18
舉報(bào)
2016-01-18
不太清楚啊