using System.Text; string msg = "an old falcon"; byte[] data = Encoding.ASCII.GetBytes(msg); string hex = string.Join( ...
確定! 回上一頁