10 2021 档案

摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2021-10-27 10:35 灰主流 阅读(1179) 评论(0) 推荐(1) 编辑
摘要:using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threadin 阅读全文
posted @ 2021-10-25 11:09 灰主流 阅读(1312) 评论(0) 推荐(0) 编辑
摘要:c#读取剪切板数据的时候,通常读取字符串:var txt = Clipboard.GetText();但此时可能精度丢失,比如excel中,数据是:1.3213216532132,但是格式保留2个精度。 此时如果直接用文字读取剪切板,读取到的是格式化后的结果,即1.32。这时就丢失了精度。如下图。 阅读全文
posted @ 2021-10-21 13:25 灰主流 阅读(286) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示