摘要: 本文只介绍template的语法和用法,关于template包的函数、方法、template的结构和原理,见:深入剖析Go template。 入门示例 以下为test.html文件的内容,里面使用了一个template语法{{.}}。 <!DOCTYPE html> <html> <head> < 阅读全文
posted @ 2024-01-13 16:55 CxAgoni 阅读(2137) 评论(0) 推荐(0)