摘要: 当开发时某些软件具有特定的日期格式,需要设置系统日期格式,保证软件正常运行。 DllImport需要using System.Runtime.InteropServices; [DllImport("kernel32.dll", EntryPoint = "SetLocaleInfoA")] pub 阅读全文
posted @ 2018-04-02 11:31 diulove 阅读(1527) 评论(0) 推荐(0)