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