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.
在 INI 文件的部分定义中使用连字符是否允许且有效:
[my-section] setting="anything"
?
取决于你用什么来解析它。没有正式的 INI 规范。有一些信息和非正式规范@en.wikipedia.org/wiki/INI_file。
INI 文件通常不用于任何形式的进程间或其他通信。由于它位于相对受控的环境中,因此对正式规范的需求较少。