日期:2014-05-16 浏览次数:20908 次
s=">干衣机用途: 家用</li><li title= 其它>支架材质: 其它</li><li title= 机械型>控制方式: 机械型</li>"
function getcontent(v)
set rx=new RegExp
rx.Pattern=v&": ([^<]+)"
set mc=rx.Execute(s)
if mc.count>0 then
getcontent=mc(0).submatches(0)
end if
set rx=nothing
end function
response.write getcontent("干衣机用途")
response.write getcontent("控制方式")