var template = Handlebars.compile(source); var context = {title: "标题", body: "我是字符串!"} //数据信息var html =template(context); ...
確定! 回上一頁