摘要: # coding=utf-8 设置字符编码为utf-8#coding=utf-8#字符串中''号中是可包含双引号的,双引号中可以包含单引号a="hello,'web'"b='hello,"web"'print a,bprint a+b+"----"print "-------------------... 阅读全文
posted @ 2016-01-15 08:47 everyday520 阅读(167) 评论(0) 推荐(0)