在Python中,可以使用append()方法向字符串數組添加元素。具體用法如下:
append()
string_array = [] # 創建一個空的字符串數組 string_array.append("element1") # 向數組末尾添加元素 string_array.append("element2")
這樣就可以將"element1"和"element2"添加到string_array數組中。
"element1"
"element2"
string_array
億速云公眾號
手機網站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網安備 44010402001142號增值電信業務經營許可證編號:B1-20181529