CNode

koa 重定向之前使用提示

问答
Eea7son发布于10 年前最后回复10 年前4 回复14487 浏览0 收藏
this.status = 301;
this.body = 'Redirecting to shopping cart';
this.redirect('/cart');

直接就重定向了,怎么也看不到body了哇,这有什么意义啊

查看回复

回复 (3)

F
fangker#1·10 年前

话说我用302跳转 res.writeHead(302, { 'Location': doc.url //add other headers here... }); res.end(); 原谅我不会还装逼

H
hacke2#2·10 年前

都已经跳转了怎么看到?

如果想要提示做一个中转页拜

/redirecting?url=xxxx redirecting的内容是'Redirecting to shopping cart'

js 负责跳转

O
orbury#3·10 年前

设置一个时间后进行跳转.

参与回复
登录后即可参与回复。登录