摘要: string input = "Hello World!"; char[] values = input.ToCharArray(); foreach (char letter in values) { // Get the integral value of the character. int 阅读全文
posted @ 2023-01-18 13:26 Tammytan 阅读(64) 评论(0) 推荐(0) 编辑