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

python中处理读入文件中的转义字符

时间:2014-06-25 10:28:11      阅读:967      评论:0      收藏:0      [点我收藏+]

标签:python   转义字符   

本文最初发表于 http://bbs.chinaunix.net/forum.php?mod=viewthread&tid=4143291&page=1#pid24220123


Hello

World!

In [3]: s.encode(‘string_escape‘)

Out[3]: ‘Hello\\nWorld!‘

In [4]: Out[3].decode(‘string_escape‘)

Out[4]: ‘Hello\nWorld!‘

Not *quite* what you asked for, but it ought to be close enough.

python中处理读入文件中的转义字符,布布扣,bubuko.com

python中处理读入文件中的转义字符

标签:python   转义字符   

原文地址:http://blog.csdn.net/linustd/article/details/34414147

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