String getLabel(String html,String label,String key,String value)
{
......
}
html 网页源代码字符串 label 网页标签 key 属性 value 值
实现以下功能:
获取指定属性(ID或NAME或其他属性)标签间的内容