标签:表示 png width python null tle blog title 字符串
3个。
\0表示Null,但Null在Python里并不表示字符串的结束,因此\0也算是一个字符。
对于十六进制或者八进制的转义,要注意位数。十六进制时,应刚好3位;八进制时,小于等于3位。
例如:
(1) 十六进制不够3位会报错
(2) 八进制时最多3位
尽管表示的是八进制数,打印时Python会用十六进制打印。这点也需要注意。
标签:表示 png width python null tle blog title 字符串
原文地址:http://www.cnblogs.com/freshair_cnblog/p/7803301.html