摘要: 提问 System.NotSupportedException: No data is available for encoding 936 回答 Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); 示例 中文编码解析 Enc 阅读全文
posted @ 2023-10-07 11:18 东百牧码人 阅读(77) 评论(0) 推荐(0)
摘要: 提问 集合类型如何使用 回答 长度不变使用数组; 集合涉及增删使用List; 作为参数使用IEnumable; 作为返回值参考第一第二条规则; 阅读全文
posted @ 2023-10-07 09:15 东百牧码人 阅读(6) 评论(0) 推荐(0)