using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Demo
{
}
這兩段代碼效果一樣,引用的都是同一個變量!
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Demo
{
}
這兩段代碼效果一樣,引用的都是同一個變量!