有什么快速(好看的)方法可以从Java中的数组中删除元素?
你可以使用common lang的ArrayUtils。
common lang
ArrayUtils
array = ArrayUtils.removeElement(array, element)