国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

How to operate ajax in ThinkPHP?
LRTRL
LRTRL 2017-07-18 09:26:32
0
1
1512

Can $this->ajaxReturn in ajax be written in the same method as $this->assign? Can they exist at the same time?

LRTRL
LRTRL

像蝸牛一樣爬行,堅信總有一天我會有屬于自己的一片天!

reply all(1)
洪濤

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template