06ArrayList集合长度问题(04)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Collections;namespace 集合的长度问题{ class Program { stati...