Missing parentheses in call to ' 2018-01-04 本文已影响0人 SimplyHabit 报错图片 2.x: 打印文本: print "字符串" 3.x: print "字符串" 改为 print("字符串") 其他不变。