01 2013 档案
摘要:var cBrowser = ""; $(document).ready(function () { if (window.navigator.userAgent.indexOf("Safari") >= 0 && navigator.userAgent.toLowerCase().indexOf("version") >= 0) { cBrowser = "safari"; } else if (window.navigator.userAgent.indexOf("Chro
阅读全文
摘要:function aaa() { var localLG; localLG = navigator.language; //alert(localLG); if (localLG == "zh-CN") { window.location.href = "zh/whatson.aspx"; } else { window.location.href = "en/whatson.aspx"; } ...
阅读全文
摘要:StringBuilder sb = new StringBuilder(); //Microsoft.Office.Interop.Excel.Application excel = new Microsoft.Office.Interop.Excel.Application(); //excel.Visible = false; //object ms = Type.Missing; //Microsoft.Office.Interop.Excel.Workbook wk = excel...
阅读全文
摘要:onkeyup="this.value=this.value.replace(/\D/g,'')" onafterpaste="this.value=this.value.replace(/\D/g,'')"
阅读全文

浙公网安备 33010602011771号