有没有办法清空数组,如果可能的话.remove()?
.remove()
例如,
A = [1,2,3,4];
我该如何清空?
javascript arrays
arrays ×1
javascript ×1