c#中无法将”int “类型隐式转换为”string“如何解决?
c#中无法将”int “类型隐式转换为”string“如何解决?
日期:2013-11-11 19:04:17 人气:1
所以case那也要用string
那你也可以这样,
int myName = Int32.Parse(Console.ReadLine());
其他不变,直接输入数字看看
不行,你程序有严重的问题???我直接给你修改了,你自己看看
using System;
using System.Collections.Generic;
using System.Collections;
using System.Linq;
using System.Text;
namespace Temp{class Progra