随笔分类 - Asp.Net
摘要:[代码]在调用的时候只需要将要处理的含有html标签的字符串传进来就可如:string strhtml="<img src=\"images/ad.gif\" border=\"0\"><p>你好,中国!<p>"string str=striphtml(strhtml);Response.Write(str);---------------------输出的结果...
阅读全文
摘要:public class StringUtility { private static string ByteArrayToStr(byte[] by) { try { return Encoding.GetEncoding("gb2312").GetString(by); } catch { return ""; } } public static string Base64ToString(s...
阅读全文
摘要:后台代码:using System;using System.Data;using System.Data.SqlClient;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.W...
阅读全文

浙公网安备 33010602011771号