当使用 html 文件作为模板时,如果包含注释: 1. 注释后面回车换行,会报错 2. 注释后面不换行,不会报错 模板代码可简化如下: ``` html <div> <!--注释--> <span>{data}</span> </div> ```