摘要:
//imgslist.php《img src="<?=$reg->img['path']?>" /》public function actionImgsList(){ $reg->img['path'] = '/index.php?r=img/getImg&id='.$pid; $this->render('imgslist');}public function actionGetImg(){ $path = somemethod($_get['id']); 阅读全文