📄 hello_world_skin2.tmpl
字号:
<% c++ #include "hello_world_view.h" %><% namespace vary %> <% class master uses view::master %> <% template render() %> <html> <title>Skin2:: <% title %></title> <body> <% include body() %> </body> </html> <% end template %> <% template body() %> <% end template %> <% end class %><% end namespace %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -