Home > Q&A > body text
The calling code is:
function showlist(){
$goods = new \Model\GoodsModel();
var_dump($goods);
$this -> display();
像风一样自由2019-08-03 16:11:23
Remove \ in front of Model