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
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