Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Python 和 Mako 等的新手。我的问题可能看起来很愚蠢,我提前道歉,但我查看了文档并找不到它。
在 .py 文件中,我可以使用#字符来记笔记。我也可以使用
#
''' notes notes '''
我的问题:
.mako
http://docs.makotemplates.org/en/latest/syntax.html#comments
在几乎所有的编程语言和相关的技术格式中,这个特性都被称为注释。