Yml文件

作者: 天马行空爱做梦 | 来源:发表于2020-03-24 17:00 被阅读0次

YAML 中添加注释的方式是通过 #:
#行末评论"symfony 1.0": { PHP: 5.0, Propel: 1.2 } # Comment at the end of a line"symfony 1.2": { PHP: 5.2, Propel: 1.3 }
由于注释会被YAML解析器忽略,因此不必刻意对注释进行缩进。

相关文章

网友评论

      本文标题:Yml文件

      本文链接:https://www.haomeiwen.com/subject/enfayhtx.html