array
cmath
gc
math
select
sys
ubinascii
ucollections
uhashlib
uheapq
uio
ujson
uos
ure
usocket
ustruct
utime
uzlib
查看更多 Python 数组 信息。
支持代码格式: b, B, h, H, i, I, l, L, q, Q, f, d (后2个支持浮点数)。
b
B
h
H
i
I
l
L
q
Q
f
d
array.
指定类型创建数组元素。用可选项[]做为数组的初始值,可选项[]未指定的,则创建空数组。
append
将新元素添加到数组的结尾,并将其扩展。
extend
使用迭代方式将新元素添加到数组的结尾,并将其扩展。