摘要:
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"; ... 阅读全文
摘要:
此类方法实现了将人民币数字金额转换为小写,直接调用RMBCapitalization.RMBAmount(人民币数字金额) 阅读全文
摘要:
对传入数据进行MD5加密并返回加密后的字符串(需添加引用using System.Security.Cryptography;) 阅读全文