05 2021 档案

摘要:class Program { static string connectionStr = "Data Source=.;Initial Catalog=Test;Integrated Security=True"; static void Main(string[] args) { SqlDepe 阅读全文
posted @ 2021-05-15 13:50 张胖胖-007 阅读(365) 评论(0) 推荐(0)
摘要:class MyList { //默认容量 defaultCapacity = 4 //定义一个容量为0的数组 item; //数组大小 _size = 0 //定义一个为空的数组 constructor() { this.item = new Array(0); //通过代理来实现索引器 retu 阅读全文
posted @ 2021-05-14 19:18 张胖胖-007 阅读(88) 评论(1) 推荐(0)