http://xiangai.taobao.com
http://shop148612228.taobao.com

spring mvc 服务器端输出一条可执行js

@RequestMapping(value = "/test",produces = "text/html; charset=UTF-8")
@ResponseBody
public String test(){
String url = "";
return "<script>window.location.href = '"+url+"';</script>";

 

 

注意点 1:@ResponseBody注意
  2:produces = “text/html;charset=utf-8”
  3:返回值为String,即为执行的js
posted @ 2019-08-31 17:58  万事俱备就差个程序员  阅读(488)  评论(0编辑  收藏  举报

http://xiangai.taobao.com
http://shop148612228.taobao.com
如果您觉得对您有帮助.领个红包吧.谢谢.
支付宝红包
微信打赏 支付宝打赏