I have a large html document, with several images. I want to wrap all the images inside div.wrapped
. How would I do this with DOMDocument
?
I've seen the appendChild
method, but that only appends elements at the end. How can I insert one in the middle, and then move the image inside it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…