- 授权协议: BSD
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://jodd.org/doc/jerry/index.html
- 软件文档: http://jodd.org/doc/jerry/index.html
软件介绍
Jerry 是 Jodd 工具包中的一个HTML解析工具。它有点像是用Java实现的jQuery。Jerry是一个高效简洁的Java库,用来简化HTML的解析,遍历和操作。
Jerry的API在设计的时候完全向jQuery靠拢,几乎和jQuery一样,所以有时候你可以直接copy jQuery的代码来用。当然,也有些代码做不到一样,毕竟执行的环境差了很多。
Jerry是一个静态的HTML解析工具,所以jQuery的动态功能Jerry是没有的,例如Ajax,动画等等。
Introduction to Programming in Java
Robert Sedgewick、Kevin Wayne / Addison-Wesley / 2007-7-27 / USD 89.00
By emphasizing the application of computer programming not only in success stories in the software industry but also in familiar scenarios in physical and biological science, engineering, and appli......一起来看看 《Introduction to Programming in Java》 这本书的介绍吧!
