grails中render、respond、redirect的使用
摘要:
render: 界面跳转(url不变)、向网页输出数据(接口都用这个) render 之后,程序会继续执行,但是 后面不能使用 redirect 、respond 例如: def test() { def json = new JSON(School.findAll().first()) json. 阅读全文
posted @ 2020-04-28 16:18 墨染丶 阅读(430) 评论(0) 推荐(0)
浙公网安备 33010602011771号