0='Life is {s},you need {p}' 1='short' 2='python' result=0.format(s=1,p=2) print(result)
为什么012不行,我把012换成abc就可以了啊
重新看下3-2 那节课