检索页面URL地址 2015/12/14 15765 new URL("http://www.oschina.net").openConnection().content.text.eachMatch( /href="(http.+?)"/) {match-> println match[1] }