UTF-8(带BOM):writer = New StreamWriter(FilePathName, True, System.Text.UTF8Encoding.UTF8)
UTF-8(不带BOM):writer =New StreamWriter(FilePathName, True, New UTF8Encoding(False))
UTF-8(带BOM):writer = New StreamWriter(FilePathName, True, System.Text.UTF8Encoding.UTF8)
UTF-8(不带BOM):writer =New StreamWriter(FilePathName, True, New UTF8Encoding(False))