【Python】使用format时,{}如何转义 zgljl2012 - 12 Sep 2018 在{}多包一层{}即可,如下: print('{{ - {} - }}'.format('hello')) 将输出: { - hello - }