1

当我尝试使用以下代码从标签中获取 CDATA 内的文本时,它给了我空白而不是“波兰和葡萄牙的加强领导”文本?

代码:

var story = item.getElementsByTagName("HighLightedResume").item(0).text;

我的 XML 如下:

<Items>
<Item>
<HighLightedResume><![CDATA[Strengthened leadership in Poland and in Portugal]]></HighLightedResume>
</Item>
</Items> 
4

0 回答 0