JavaScript 模板引擎 fragment.js

码农软件 · 软件分类 · 模板引擎 · 2019-08-23 18:58:53

软件介绍

Fragment.js 允许你加载 html 碎片到任何元素中,只需要使用 data-fragment 属性。

<div data-fragment="fragment.html"></div>

也可通过 JSON 进行加载,如:

<div data-fragment-json="fragment.json">This is {{adjective}}!</div>

或者是二者的组合:

<div data-fragment="mustache-fragment.html" data-fragment-json="fragment.json"></div>

本文地址:https://www.codercto.com/soft/d/13016.html

Real-Time Rendering, Third Edition

Real-Time Rendering, Third Edition

Tomas Akenine-Moller、Eric Haines、Naty Hoffman / A K Peters/CRC Press / 2008-7-25 / USD 102.95

Thoroughly revised, this third edition focuses on modern techniques used to generate synthetic three-dimensional images in a fraction of a second. With the advent or programmable shaders, a wide varie......一起来看看 《Real-Time Rendering, Third Edition》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

MD5 加密
MD5 加密

MD5 加密工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具