08 2019 档案

摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.or 阅读全文
posted @ 2019-08-28 15:37 LIGHTPRO 阅读(20615) 评论(0) 推荐(0)
摘要:// <summary> /// 发送http post请求 /// </summary> /// <param name="url">地址</param> /// <param name="parameters">查询参数集合</param> /// <returns></returns> public string CreatePostHttpResponse(string url, IDic 阅读全文
posted @ 2019-08-16 10:45 LIGHTPRO 阅读(1790) 评论(0) 推荐(1)
摘要://去掉html标签 function removeHtmlTab(tab) { return tab.replace(/<[^<>]+?>/g,'');//删除所有HTML标签 } function removeHtmlTab(tab) { return tab.replace(/<[^<>]+? 阅读全文
posted @ 2019-08-14 09:00 LIGHTPRO 阅读(919) 评论(0) 推荐(0)