$.ajaxSetup({ async: false });

摘要: $.ajaxSetup({ async: false }); 阅读全文
posted @ 2017-06-13 15:44 iss0101 阅读(138) 评论(0) 推荐(0)

NoHtml

摘要: public static string NoHTML(string Htmlstring) { //删除脚本 Htmlstring = Regex.Replace(Htmlstring, @"<script[^>]*?>.*?</script>", string.Empty, RegexOptio 阅读全文
posted @ 2017-05-24 11:33 iss0101 阅读(89) 评论(0) 推荐(0)

Net utf-8转码后MD5加密的方法

摘要: /// <summary> /// MD5加密 /// </summary> /// <param name="inputStr">要加密的字符串</param> /// <returns>加密后的字符串</returns> /// <remarks> /// 获取字符串的MD5加密后的字符串 // 阅读全文
posted @ 2017-05-24 09:44 iss0101 阅读(188) 评论(0) 推荐(0)