Python“ string_escape”与“ unicode_escape”

Python“ string_escape”与“ unicode_escape”,第1张

Python“ string_escape”与“ unicode_escape”

根据我对CPython 2.6.5源代码中

unipre-escape
unipre的实现的
repr
理解,是的;
repr(unipre_string)
和之间的唯一区别
unipre_string.enpre('unipre-escape')
是包含包装引号转义使用的引号。

它们都由相同的功能驱动

unipreescape_string
。该函数采用一个参数,其唯一功能是切换环绕引号的添加和该引号的转义。



欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5662757.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-16
下一篇 2022-12-16

发表评论

登录后才能评论

评论列表(0条)

保存