yujian
2019-04-17 6956ce8e4def0b7e6a58d74d44c0e7665457e3b1
fanli/src/main/java/com/yeshi/fanli/controller/TestController.java
@@ -172,4 +172,10 @@
         e.printStackTrace();
      }
   }
   @RequestMapping(value = "testhtml")
   public void testhtml(PrintWriter out) {
      out.print("<script>yestv.finishPage();</script>");
      out.close();
   }
}