大家好,我是javascript新手,目前正面临从特定iFrame获取多个<p>
标签值的问题
[此iFrame位于HTML标记内,我需要在此iFrame-> body内获取字符串值。]
有人可以建议我任何获取价值的方法吗?
为每行添加
<p></p>
目前正在使用: `NodeList elementsTextArea = Document.get()。getElementsByTagName(“ iframe”);
com.google.gwt.dom.client.Element element = elementsTextArea.getItem(3);`
我不知道该怎么做才能在iFrame-> body中获取值
图像在这里是标签:https://i.stack.imgur.com/KKwtU.png