extend 原文解释,是以list中元素形式加入到列表中
extend list by appending elements from the iterable
append(obj) 是将整个obj当成一个元素添加到列表中
append object to end