摘要: 样式如下: 实现的代码一: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using 阅读全文
posted @ 2018-08-02 14:56 IT路上的小白 阅读(5198) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic; namespace CSharp栈{ class Program { static void Main(string[] args) { Stack<string> stack = new Stack<st 阅读全文
posted @ 2018-08-02 10:00 IT路上的小白 阅读(3732) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq; namespace Queue测试{ class Program { static void Main(string[] args) { Queue<string> st 阅读全文
posted @ 2018-08-02 09:56 IT路上的小白 阅读(1866) 评论(0) 推荐(0)