admin
2019-04-15 debb3a579f798d71072f037f74e3e6b43b5fe0ee
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();
   }
}