摘要: string url = "http://www.***.com?id=123&username=test&userpwd=*****"; WebRequest wRequest = WebRequest.Create(url); wRequest.Method = "GET"; wRequest.ContentType = "text/html;charset=UTF-8"; ... 阅读全文
posted @ 2017-01-10 10:53 一直在身边 阅读(10254) 评论(0) 推荐(1) 编辑
摘要: 此类方法实现了将人民币数字金额转换为小写,直接调用RMBCapitalization.RMBAmount(人民币数字金额) 阅读全文
posted @ 2017-01-10 09:56 一直在身边 阅读(2271) 评论(0) 推荐(0) 编辑
摘要: 对传入数据进行MD5加密并返回加密后的字符串(需添加引用using System.Security.Cryptography;) 阅读全文
posted @ 2017-01-10 09:51 一直在身边 阅读(5014) 评论(0) 推荐(0) 编辑