连接到URL并在Groovy中转储网页 [英] Connect to URL and dump webpage in Groovy

查看:162
本文介绍了连接到URL并在Groovy中转储网页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想从groovy中打开一个网页,转储指定的网页,并最终将网页转储到锚标签后面。



有没有人为此提供了一些示例代码?

解决方案

这是一个很好的例子

http://docs.codehaus.org/display/GROOVY/Simple+file+download + from + URL



基本上你想做类似于

  def data = new URL(feedUrl).getText()


I would like to open a webpage from groovy, dump the specified webpage and eventually dump the webpage behind an anchor tag.

Does anybody has some sample code for this?

解决方案

This is a good example

http://docs.codehaus.org/display/GROOVY/Simple+file+download+from+URL

Basically you want to do something like

def data = new URL(feedUrl).getText()

这篇关于连接到URL并在Groovy中转储网页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆