Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有一个说明告诉如何使用 Eclipse 构建项目,但我不能在 Intellij Idea 中重复它。我无法正确导入 mixarelib。=\
mixarelib 项目位于主项目的子文件夹中(即工作副本的一部分)。尝试将它作为一个单独的项目添加到您的 IDE 中,并将其标记为“库”项目(这是 ADT 工作流程的一部分)并将其用作主项目的依赖项。
I have, for example, the following <object> in my page:
<object>
<object id="obj1" data="URL"></object>
Is there any way to get the html object in jquery?