天天看點

C#變量引用與全局變量

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

using System.Threading.Tasks;

namespace Demo

{

}

這兩段代碼效果一樣,引用的都是同一個變量!