摘要:
想搞一个对象继承自str,然后存一些额外信息用来标识这个字符串,然后理所当然地重写了__init__发现跪了: class newstring(str): def __init__(self, value, othervalue): str.__init__(self, value) self.othervalue = othervalueastring = newstring('hello... 阅读全文
posted @ 2014-03-24 11:56
紫红的泪
阅读(4391)
评论(2)
推荐(0)

浙公网安备 33010602011771号