12 2018 档案

摘要:// GET请求与获取结果 /// </summary> public static string HttpGet(string Url, string postDataStr) { HttpWebRequest request = (HttpWebRequest)WebRequest.Create 阅读全文
posted @ 2018-12-25 08:50 饮水思源^0^ 阅读(239) 评论(0) 推荐(0)
摘要:--删除第一位 substring(ftpMobile,2,len(ftpMobile)-1) --检查是否是数字 ISNUMERIC(ftpMobile) =0 含数字以外字符 ISNUMERIC(ftpMobile) =1 只有数字 阅读全文
posted @ 2018-12-11 11:04 饮水思源^0^ 阅读(182) 评论(0) 推荐(0)