2016年12月28日
摘要: /// /// 指定开始字符串和结束字符串,截取中间的字符 /// /// 要截取的字符串 /// 开始字符串 /// 结束字符串 /// public static string GetValue(string str, string s, string e) ... 阅读全文
posted @ 2016-12-28 15:56 雪原日暮 阅读(425) 评论(0) 推荐(0)
摘要: 需要添加fiddlercore 的dll引用 阅读全文
posted @ 2016-12-28 15:39 雪原日暮 阅读(1212) 评论(0) 推荐(0)
摘要: webbroswer 后台注入脚本 阅读全文
posted @ 2016-12-28 15:35 雪原日暮 阅读(160) 评论(0) 推荐(0)
摘要: System.IO.FileStream stream = new System.IO.FileStream(fileFullPath, System.IO.FileMode.Open, System.IO.FileAccess.Read, FileShare.ReadWrite); 阅读全文
posted @ 2016-12-28 08:57 雪原日暮 阅读(194) 评论(0) 推荐(0)