Http::header("Location: http://www.baidu.com/");
Http::header("Location: http://www.baidu.com/";);
多个; 会有语法错误
没有分号也不行
Http::header("Location: http://www.baidu.com/"); 调用前不要输出任何东西。 调用后加个return,不要再输出东西
已经解决了,谢谢!不是你说的这个原因,而是需要写在,send里面
写到send里面?
你是说onMessae里面吧?
是的
对,要在onMessae里面
在onMessae里面也不行,得通过send()才行
多个; 会有语法错误
没有分号也不行
Http::header("Location: http://www.baidu.com/");
调用前不要输出任何东西。
调用后加个return,不要再输出东西
已经解决了,谢谢!不是你说的这个原因,而是需要写在,send里面
写到send里面?
你是说onMessae里面吧?
是的
对,要在onMessae里面
在onMessae里面也不行,得通过send()才行