1

我需要以编程方式访问 Ares 用来绘制 DOM 树的 chrome 文件,而且缺乏有关如何访问它的文档非常令人沮丧。我正在构建一些应用程序,这些应用程序需要在处理 DOM 树方面有点动态,而 Ares 没有关于如何获取 chrome 文件并将它们转换为 DOM 元素的文档。有没有人有什么好的参考资料?

4

1 回答 1

2

There is very sparse documentation for Ares, it won't hurt to try and get a response from Palm on developer.palm.com.

Your best bet may be to download the source from Ares and import into Eclipse for this project. Otherwise you may spend more time reverse-engineering rather than developing.

于 2010-10-28T18:04:13.583 回答