上海专业建网站公司,江苏南京建设厅网站,wordpress会员制网站,自学小程序开发#codingutf-8# 字符串指示符号 r表示raw u表示unicodemystringuthis is unicode!--by
print mystring# raw表示告诉解释器不要转换字符串任何字符filerc:\temp\folder\robots.txt
print file# 另一个实用raw的地方是正则表达式# 可以在内放任何的字符串#xff0c;不需要转义utf-8# 字符串指示符号 r表示raw u表示unicodemystringuthis is unicode!--by
print mystring# raw表示告诉解释器不要转换字符串任何字符filerc:\temp\folder\robots.txt
print file# 另一个实用raw的地方是正则表达式# 可以在内放任何的字符串不需要转义比如xml
sdongshen
print %s is number %d %(s[:6],1)
hihithereprint hi 转载于:https://www.cnblogs.com/yufenghou/p/5097355.html