此操作不支持不可修改的列表。
void removeRange(int start, int end) { throw new UnsupportedError("Cannot remove from an unmodifiable list"); }