下拉刷新
项目详情
navbar_avatar分享
repo_avatar
HelloGitHub 评分
0 人评分
这个库让你可以使用 C++ 模板编写 HTML
开源AGPL-3.0
认领
收藏
分享
431
星数
中文
C++
主语言
活跃
1
贡献者
0
Issues
组织
最新版本
30
Forks
AGPL-3.0
协议
更多
这个库让你可以使用 C++ 模板编写 HTML。HTML 文档被表示为一个单一的、深层嵌套的类型,相当于 HTML 的模版引擎。代码简单可供新手学习和使用,示例代码: ```c++ #include <iostream> #include "html++.h" int main() { html< head< title<"Help Me."> >, body< h1<"The horror!">, p<"Someone has probably done this before, but I can see why it didn't catch on.">, a<"href=https://github.com/csb6/html-plus-plus", "For science"> > > page; std::cout << page.content; return 0; } ```
收录于:
第 52 期

评论

评分:
暂无精选评论