最爱GD
2016-01-18 19:30
<?php
class IndexAction extends Action
{
public function index()
$typeInfo = M("goodstype")->select();
$this->assign("pageName","index");
$this->display();
}
不太清楚啊
PHP入门篇
456328 学习 · 6589 问题
相似问题
回答 2
回答 1
回答 3