摘要:
1、转义html 1 /// <summary> 2 /// 转义html 3 /// </summary> 4 /// <param name="htmlStr"></param> 5 public static string ConvertHtml(string htmlStr) 6 { 7 i 阅读全文
摘要:
public void JsonDemo() { string strJson = "{\"count\":\"5550\",\"status\": \"200\",\"message\": \"success\",\"show_data\":[{\"productsId\":\"10025\"}, 阅读全文