int type_id;public int Type_Id{get { return type_id; }set { type_id = value; }}但是这样写总是提示:无法将类型“string”隐式转换为“int”
2 回答
肥皂起泡泡
TA贡献1829条经验 获得超6个赞
int
表示数据的类型;
而方法public
static
int
number
toten(int
beforeconversion,string
number)中表示该函数返回int类型的数据,而不能理解为修饰方法。
- 2 回答
- 0 关注
- 281 浏览
添加回答
举报
0/150
提交
取消