C#1--100猜数游戏
先建立一个窗体form在工具里选label、textbox、button定好位置先双击窗体form,编译生成随机数然后对button1编译(语句还不太明白,,,)最后记得加一个计数的变量countusing System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Tex