- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/caolan/pithy
- 软件文档: https://github.com/caolan/pithy
软件介绍
Pithy.js 是一个用于在 JavaScript 中生成 HTML 的领域专用语言。
示例代码:
html.div('#main', [
html.h1(null, 'Hello, world!'),
html.img({src: 'foo.jpg'})
]);
生成的 HTML:
<div id="main">
<h1>Hello, world!</h1>
<img src="foo.jpg"/>
</div>
Head First WordPress
Siarto Jeff / O'Reilly Media / 2010-02-15 / USD 34.99
Whether you're promoting your business or writing about your travel adventures, "Head First WordPress" will teach you not only how to make your blog look unique and attention-grabbing, but also how to......一起来看看 《Head First WordPress》 这本书的介绍吧!
图片转BASE64编码
在线图片转Base64编码工具
Base64 编码/解码
Base64 编码/解码
