99问答网
所有问题
c#无法将类型int隐式转换为string怎么解决
如题所述
举报该问题
其他回答
第1个回答 2018-05-26
int a = 1002;
string b = a.ToString();
追答
你好,问题解决了吗?请采纳!谢谢!
相似回答
大家正在搜