体验加引号与不加引号的区别
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication3
{
class Program
{ //体验加引号与不加引号的区别;
static void Main(string[] args)
{
int blance = 10000;
Console.WriteLine("blance");
Console.WriteLine(blance);
}
}
}
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。