如何把一个 Array复制到ArrayList里?

a. string[]s={ “111”,“22222”};ArrayList list=newArrayList(); list.AddRange(s);
b. string[]s={ “111”,“22222”};ArrayList list=newArrayList(s);

    原文作者:HreoXu
    原文地址: https://blog.csdn.net/weixin_53911570/article/details/112460937
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞