match用法匹配,match匹配函数
导入java.util.regex.*
系统。属性。putall([ http。代理主机“:”10。10 .224 . 97 , http.proxyPort:80 , http.proxyUserName:admin , http .代理密码: admin 888 ])
def URL= http://详细信息。TM都。com/item。htm?id=8039043384
url=http://www.baidu.com
//html=url.toURL().文本
//def matcher=(html=~/h3 id= J _ StrPrice /)
//println匹配器
def html= zzzzzz h3 id= J _ StrPrice 3399.00/h3 zzzz
html=3333aaa
def matcher=html=~ /d{4}/
println matcher.find()
println ============================
//println html
//def matcher=(html=~/h3 id= J _ StrPrice ([ S S])*?/h3 /)
println matcher.getCount()
println matcher.matches()
if (matcher.matches())
{
打印匹配器
}
其他
{
打印 xxxz
}