Can $this->ajaxReturn in ajax be written in the same method as $this->assign? Can they exist at the same time?
像蝸牛一樣爬行,堅信總有一天我會有屬于自己的一片天!
You may not understand the purpose of these two methods. $this->assign is to pass the value to the template
$this->ajaxReturn is to convert the result into data for ajax. For example: json format data