You can remove elements from a Java List via these two methods: remove(Object element); remove(int index).
確定! 回上一頁