-1

可能重复:
iOS 中的 node.js 和 phantom.js?

如何在 iOS 中从该表中获取数据:

<script type="text/javascript" src="//www.google.com/trends/embed.js?hl=en-US&cat=0-14&date=today+7-d&cmpt=q&content=1&cid=RISING_QUERIES_0_0&export=5&w=300&h=420"></script>

我认为这是一个 document.write 函数,所以我无法解析它。那我怎样才能从表中获取数据呢?

非常感谢任何帮助。谢谢!安托万

4

1 回答 1

0

以下是 document.write 的开头:

<iframe width="300" height="420" src="//www.goo

由于浏览器的同源策略,您无法访问 iframe 中的任何内容。

于 2013-01-26T11:11:00.497 回答