1.方法概述:

在列表末尾添加新的对象

list.append(erd)

2.代码示例

【Python】append()方法_代码示例