摘要:
/// <summary> /// Get读取数据 /// </summary> /// <param name="myUrl">网址</param> /// <param name="myProxy">IP代理</param> /// <param name="myUserAgent">浏览器</ 阅读全文
摘要:
#region Unicode 转中文 /// <summary> /// Unicode 转中文 /// </summary> /// <param name="text"></param> /// <returns></returns> public static string UnicodeT 阅读全文
摘要:
#region 生成随机字符串 /// <summary> /// 生成随机字符串 /// </summary> /// <param name="length">字符串的长度</param> /// <returns></returns> public static string CreateRa 阅读全文
摘要:
private void txtMaxCount_TextChanged(object sender, EventArgs e) { //替换非数字 this.txtMaxCount.Text = Regex.Replace(this.txtMaxCount.Text, @"[^\d]*", "") 阅读全文