在C#中,可以使用以下方法逐字节拆分字符串:
string input = "Hello World"; ListbyteList = new List (); for (int i = 0; i < input.Length; i++) { byteList.Add(input[i].ToString()); } foreach (string s in byteList) { Console.WriteLine(s); }
这段代码将字符串"Hello World"逐字节拆分并存储在List