我要发博客

原创
2014/08/16 02:09
阅读数 327

<script type="text/javascript">$('html').css('display','none');</script>

ftp://bdtool.net/download/%E6%9C%80%E6%96%B0%E9%AB%98%E6%B8%85%E7%94%B5%E5%BD%B1/%5B7%E6%9C%8817%E6%97%A5%E5%8F%91%E5%B8%83%E6%9C%80%E6%96%B0%E9%AB%98%E6%B8%85%E7%89%88720P%5D%E5%8F%98%E5%BD%A2%E9%87%91%E5%88%9A4%EF%BC%9A%E7%BB%9D%E8%BF%B9%E9%87%8D%E7%94%9F.3GB.torrent


@RequestMapping(value="editor_html.html",method=RequestMethod.GET)
	public void editorHtml(HttpServletRequest request,HttpServletResponse response) throws IOException{
		String uri = request.getParameter("url").toString();
		uri = uri.substring(uri.indexOf("/third/ueditor/") + 1);
		log.info(uri);
		PrintWriter out = response.getWriter();
		out.write(uri);
		out.flush();
		out.close();
	}



展开阅读全文
加载中
点击引领话题📣 发布并加入讨论🔥
0 评论
1 收藏
0
分享
返回顶部
顶部