- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/medikoo/domjs
软件介绍
dom.js 是一款可用在客户端和服务器端的 JavaScript 模板引擎,示例代码:
var mytemplate = function () { header( h1('Heading'), h2('Subheading')); nav( ul({ 'class': 'breadcrumbs' }, li(a({ href: '/' }, 'Home')), li(a({ href: '/section/'}, 'Section')), li(a('Subject')))); article( p('Lorem ipsum...')); footer('Footer stuff'); };
WebWork in Action
Jason Carreira、Patrick Lightbody / Manning / 01 September, 2005 / $44.95
WebWork helps developers build well-designed applications quickly by creating re-usable, modular, web-based applications. "WebWork in Action" is the first book to focus entirely on WebWork. Like a tru......一起来看看 《WebWork in Action》 这本书的介绍吧!
