热门标签
更多>
搜索结果
查询Tags标签: work093,共有 2条记录-
asp.net代码练习 work093
animal.cs using System; using System.Collections.Generic; using System.Linq; using System.Web;namespace work093 {public class Animal{private string _type;public void SetType(string type){this._type = type;}} } webform1.aspx.cs using System; using Syst…
2021/7/26 22:06:53 人评论 次浏览 -
asp.net代码练习 work093
animal.cs using System; using System.Collections.Generic; using System.Linq; using System.Web;namespace work093 {public class Animal{private string _type;public void SetType(string type){this._type = type;}} } webform1.aspx.cs using System; using Syst…
2021/7/26 22:06:53 人评论 次浏览