append 举例. 1. 给列表中添加整数、浮点数和字符串:. test = 'Python', 'C', 'Java' test.append(5) test.append(23.6) test.append('HTML') print(test)
確定! 回上一頁