摘要:
ASC 128 a-z,0-9 a:10001110 ASCII 256 GB2312 简体字 Big5 繁体字 unicode 解析起来非常慢 UTF-8 编码:将字符串以怎样的形式保存为二进制 乱码:产生乱码的原因:就是你保存这个文件所采用的编码,跟你打开这个文件所采用的编码格式不一样 阅读全文
摘要:
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace File类的基 阅读全文
摘要:
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Path类 { 阅读全文
摘要:
foreach(var item in collections) var:判断项的类型 item:项里面的内容 阅读全文
摘要:
HashTable 键值对集合 字典 sun 》孙 根据键去找值 键值对 对象【键】=值 ****注意:键值对集合当中,键必须是唯一的,而值是可以重复的 用foreach循环来遍历键值对集合 using System; using System.Collections; using System.C 阅读全文