时间: 施放0.7秒,冷却20.5~31.1秒 指令: →↑+SPACE 说明:使自身置身于神圣的光晕中并免疫一切物理伤害, 效果持续一定时间。
public void downloadTemplate(HttpServletResponse response) throws IOException { InputStream inputStream= null; FileInputStream fis = null; ServletOutputStream sos = null; try { ClassPathResource resource = new ClassPathResource("template.docx"); try { inputStream = resource.getInputStream(); }catc...