摘要: class str(basestring): """ str(object='') -> string Return a nice string representation of the object. If the argument is a string, the return value is the same object. """ ... 阅读全文
posted @ 2018-05-06 12:31 詹岩鹏 阅读(156) 评论(0) 推荐(0) 编辑