Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以使用 pure.js 和 jquery 通过 Json 显示我的 HTML 内容吗?
原因是检查是否有人以前使用过这种方法并且已经成功。
参考网址:http: //beebole.com/pure/documentation/get-started/
我不确定您是否仍在寻找这个问题的答案,但简单地说,是的,您可以使用pure.js和jQuery来显示来自 JSON 对象的内容。它与jQuery很好地集成在一起,并且也适用于 AJAX 调用。
我已经使用pure.js好几年了,我个人认为它是最好的 JavaScript 模板引擎之一。但是,它有一些局限性,因此可能无法解决所有问题。
我在一些答案中包含了一些 pure.js 使用示例,例如
如果您尝试将pure.js与jQuery集成并遇到问题,请分享您的代码,我们应该能够为您提供更多帮助。
我希望这会有所帮助。