检索页面URL地址

new URL("http://www.oschina.net").openConnection().content.text.eachMatch( /href="(http.+?)"/) {match->
    println match[1]
}

编程技巧