Python 对象 一切事物皆对象 对象创建基于类 以上面这种方式创建太复杂 Python以这种方式 dir(list) 看list里面的功能/方法有哪些; help(list) 详细; help(list.append) 相关文章: 2021-07-05 2021-12-24 2021-09-15 2021-06-10 2021-04-04 2021-10-11 2021-11-01 2021-05-23