- 授权协议: 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'); };
Ruby Cookbook
Lucas Carlson、Leonard Richardson / O'Reilly Media / 2006-7-29 / USD 49.99
Do you want to push Ruby to its limits? The "Ruby Cookbook" is the most comprehensive problem-solving guide to today's hottest programming language. It gives you hundreds of solutions to real-world pr......一起来看看 《Ruby Cookbook》 这本书的介绍吧!