【发布时间】:2021-12-30 15:20:08
【问题描述】:
我正在寻找一种方法来评论.ini 文件中的多行。
对于单行 cmets,我们在 .ini 文件中使用 ; 或 #。但是如何一次性评论多行呢?
就像我们使用的python 一样
'''Anything
in between this
is considered as
comment'''
我们使用c++
/* Anything
in between this
is considered as
comment */
【问题讨论】: