11 2017 档案
摘要:1 /** 2 * 关键词高亮显示 3 */ 4 if (typeof(zhishi_tags) != "undefined") { 5 var maincontent = $("#maincontent").html(); 6 $.each(z...
阅读全文
摘要:/// /// 替换手机号中间四位为* /// /// /// protected static string ReturnPhoneNO(string phoneNo) { Regex re = new Regex(@"(\d{3})(\d{4})...
阅读全文
摘要:if (typeof (vikecn_class) != undefined) { $("#selcl1").html("选择大类"); $("#selcl2").html("选择小类"); var h_c1 = $("#h_c1").val(); var h_c2 = $("#h_c2").val...
阅读全文
摘要:引用地址:http://bbs.feng.com/read-htm-tid-11451568.html
阅读全文
摘要:function doSearch(value) { var class1 = $('#selclass11').combobox('getValue'); var class2 = $('#selclass22').combobox('getValue'); var url = encodeURI(...
阅读全文
摘要:$("#selclass1").combogrid({ onChange: function (c1) { $("#selclass2").combogrid({ disabled: false, ...
阅读全文
摘要:public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; string strkey = context.Request["key"]; string path = context.Server.MapPa...
阅读全文
摘要:var ltid = ""; /*得到选中的值*/ $("input[name=items]:checked").each(function () { if ($(this).is(":checked")) { if (isValEmpty(ltid)) { ...
阅读全文
posted @ 2017-11-02 17:13
DR19
摘要:HttpUtility.UrlDecode(context.Request["q"], System.Text.Encoding.GetEncoding("GB2312"));
阅读全文

浙公网安备 33010602011771号