欢迎莅临 SUN WU GANG 的园子!!!

世上无难事,只畏有心人。有心之人,即立志之坚午也,志坚则不畏事之不成。

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

09 2020 档案

摘要://myArray[0..5] 这是切分myArray数组,取的索引为0-5的数据foreach (var item in myArray[0..5]) var myarr = new string[] { "10", "20", "30", "40", "50", "60", "70", "80" 阅读全文
posted @ 2020-09-25 17:27 sunwugang 阅读(1352) 评论(0) 推荐(0)

摘要:代码如下: using System; using System.Drawing; using System.Windows.Forms; namespace KK.ButtonLable { public partial class Form1 : Form { public Form1() { 阅读全文
posted @ 2020-09-03 13:59 sunwugang 阅读(1171) 评论(0) 推荐(0)