码迷,mamicode.com
首页 > 编程语言 > 详细

Python转义字符

时间:2014-10-29 18:25:50      阅读:254      评论:0      收藏:0      [点我收藏+]

标签:style   sp   on   ad   ef   as   python   table   text   

转义字符描述
\(在行尾时) 续行符
\\ 反斜杠符号
\‘ 单引号
\" 双引号
\a 响铃
\b 退格(Backspace)
\e 转义
\000
\n 换行
\v 纵向制表符
\t 横向制表符
\r 回车
\f 换页
\oyy 八进制数,yy代表的字符,例如:\o12代表换行
\xyy 十六进制数,yy代表的字符,例如:\x0a代表换行
\other 其它的字符以普通格式输出

Python转义字符

标签:style   sp   on   ad   ef   as   python   table   text   

原文地址:http://www.cnblogs.com/linzh104/p/4059906.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!