正确方法可以用doc.getElementsByAttributeValue(属性名, 属性值),因为class也可以看成特殊的属性,所以可以这样写doc.getElementsByAttributeValue("class" , "填写class对应的值")。[亲测好使]
本文共 184 字,大约阅读时间需要 1 分钟。
正确方法可以用doc.getElementsByAttributeValue(属性名, 属性值),因为class也可以看成特殊的属性,所以可以这样写doc.getElementsByAttributeValue("class" , "填写class对应的值")。[亲测好使]
转载于:https://my.oschina.net/airship/blog/383849