text/template传入的data为map[string]interface{},而Key中包含特殊字符如何编写模板?
如:
```
data={"/abc/d+c": 123, ".2344": "image01.jpg"}
```
```
template....begin
{{"/abc/d+c"}}
template....end
```
希望获得
```
template....begin
123
template....end
```
有疑问加站长微信联系(非本文作者)