📄 config-test.cfg
字号:
# default values across all sections[DEFAULT]foo=bar# Not implementing __name__ expansions#baz=%(__name__)s[section1]# Trailing whitespacea=Aa # leading whitespace / numericb= 100# Variable expansionc=%(foo)s# Expansion for non-existent option (ConfigParser throws an# InterpolationError with the message "Bad value substitution")d=a %(bogus)s oyster %(foo)se=%(bogus)s shmoo %(# Expansion format escaping doesn't seem possiblef=%%(a)s# Two-level variable expansion with surrounding textg=lyrical %(c)sd# Unterminated format stringh= %(unterminated# Multiple expansionsi=%(a)s %(b)s[booleans]true1 = truetrue2 = Yestrue3 = oNtrue4 = 1bad_true = och, ayefalse1 = FALSEfalse2 = nofalse3 = oFffalse4 = 0bad_false = nyet!
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -