最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Paste html from Clipboard 可解决中文乱码问题。
时间:2022-06-25 04:11:24 编辑:袖梨 来源:一聚教程网
Paste html from Clipboard 可解决中文乱码问题。
MemoryStream ms = Clipboard.GetData("Html Format") as MemoryStream;
if (ms == null)
{
return;
}
ms.Position = 0;
byte[] vBytes = new byte[ms.Length];
ms.Read(vBytes, 0, (int)ms.Length);
string strFullHtml = Encoding.UTF8.GetString(vBytes); // utf-8
相关文章
- 哈啰出行免押金还要收费吗 07-12
- 《背包英雄》攻击模式分享 07-12
- 异环开荒攻略 异环新手入门全流程指南 07-12
- 三星Galaxy Z Flip3价格 07-12
- 《背包英雄》道具特质分享 07-12
- 抖音app苹果版在哪儿找-抖音app在App-Store怎么安装 07-12