icemiaomiao3

原文
1 string = "good" #类型为字符串
2 print("string=%s" %string) #输出的打印结果为 string=good

分类:

技术点:

相关文章: