摘要: c#序列化json文件为字符串-更改json对象内容 public static dynamic Serializ(string send) { try { string path = Application.StartupPath + $@"\{send}"; var file = new Fil 阅读全文
posted @ 2021-11-19 17:06 txwtech 阅读(271) 评论(0) 推荐(0) 编辑
摘要: HttpWebRequest request = WebRequest.Create(url) as HttpWebRequest;//创建请求对象 request.Timeout = 2000; request.Method = "POST";//请求方式 request.ContentType 阅读全文
posted @ 2021-11-19 16:59 txwtech 阅读(1871) 评论(0) 推荐(0) 编辑
摘要: c#winform大括号自动对齐快捷键 CTRL +K+D这是vs中格式化代码的快捷键 阅读全文
posted @ 2021-11-19 15:16 txwtech 阅读(383) 评论(0) 推荐(0) 编辑