
XML 知识
iteye_18007
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
printNode() java xml
public static void printNode(Element element) { NodeList children = element.getChildNodes(); NamedNodeMap attr = element.getAttributes(); int r = children.getLength(); if (attr != null)...2009-05-19 22:07:00 · 362 阅读 · 0 评论 -
“收藏本站” 的代码
网上很多的代码只能在IE中,这个代码能够在 IE 和火狐浏览器中通用。 <script type="text/javascript"> function addFavorite() { var c = "http://sise.sinaapp.com/"; var b = "华软微博"; try { ...2010-12-21 17:13:23 · 1932 阅读 · 0 评论