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) { Console.WriteLine("0x{0:x}", 0xf8 & 0x3f ); Console.Read(); } } }這段代碼中"0x{0:x}", 0xf8 & 0x3f是我不是很理解的,於是請教師傅,上網查,得到一點收獲,現在與大家分享一下。
說到“與”,就想把邏輯關系都說一下。