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.
我在网站上有一个链接列表。
前任:
苹果----http//:apple.com 诺基亚---- http://nokia.com
我需要获取每个项目的 url 并将其附加到 Html LI 和 UL 元素。这可以通过对象模型实现吗?
我想你可以告诉我们你先用什么语言。我建议如果你想在链表中得到一些东西,你应该设计一个好的结构
前任。
+----+ +----+ Head -> |name| +-> |name| +----+ | +----+ |url | | |url | +----+ | +----+ |next| -+ |next| -> NULL +----+ +----+
你可以先得到 head-> url。 然后你只需将头移到下一个你就可以获得下一个网址。