admin
2019-04-18 864a952fed0b9c4fce5ba91e9dd99ba7a8789742
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();
   }
}