a = {"perl","php","shell","lua","python"} a[10] = "java" a[11] = "javascript" --> 移除序列的最后一个元素,即pop table.remove(a) ...
確定! 回上一頁