I have a XPath to select to a class I want: //div[@class='myclass']
. But it returns me the whole div (with the <div class='myclass'>
also, but I would like to return only the contents of this tag without the tag itself. How can I do it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…