var template = Handlebars.compile(content); var html = template(book); $(document.body).append(html); //直接把html片段加到body中
確定! 回上一頁