我有我的 xml 文件的这个路径:
<description>
<![CDATA[<p class="image"><img width="250" height="83" src="http://www.mydomain.com/picture/pic01.png" class="post-image" alt="Post 01 Image" title="The Demo Post" /></p>My Content
]]>
</description>
如何使用 querySelector (Javascript) 在 CDATA 中选择标签 img的src 属性。
谢谢!