gpt4 book ai didi

haskell - 是否有从纯 HTML 转换为 Hamlet 结构的函数?

转载 作者:行者123 更新时间:2023-12-04 21:19:29 24 4
gpt4 key购买 nike

我开始使用 Yesod 网络框架。我有一些已经存在的模板 HTML 代码,我想将它们自动转换为 Hamlet 代码结构。有没有办法做到这一点?

最佳答案

这是一个可以完成大部分工作的解决方案

perl -pe 'chomp' test.html | xmllint --format --encode UTF-8 - | perl -pe 's#</[^>]+>##g'

来自 https://github.com/yesodweb/yesod/wiki/Hamlet

关于haskell - 是否有从纯 HTML 转换为 Hamlet 结构的函数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15372395/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com