string author = "Katy McClachlen"; · // converts a C# string to a byte array · byte[] bytes = Encoding.ASCII.GetBytes(author); · foreach (byte b in bytes) ...
確定! 回上一頁