直接看代码理解 #!/usr/bin/python # -*- coding: utf-8 -*- a = "wry" b = "zjl" c = "xxx" print "a=%s, b=%s, c = %s" %(a,b,c).
確定! 回上一頁