摘要:
public class Operate{ public Operate() { // //TODO: 在此处添加构造函数逻辑 // } //Encrypting方法,用来对重要的数据进行加密,返回值为string类型 public static string Encrypting(string strSource) { //把字符串放到数组中... 阅读全文
posted @ 2011-06-26 10:00
hao_2468
阅读(255)
评论(0)
推荐(0)