随笔分类 - .net类库
摘要:namespace System {/*参考://https://www.cnblogs.com/banhua/archive/2012/07/13/2590920.html*/ using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; class S...
阅读全文
摘要:像sql数据链接字符串不能出现的特殊字符 单引号‘、双引号“、斜杠\、大于号>、 " 编码后 [ə'prɑksɪmət] < > "通过使用 HttpUtility类 实现上面2种编码与转换//需要引用using System.Web;//解码textBox1.Text = HttpUtility.HtmlEncode(textBox1.Text);//编码text...
阅读全文