摘要:
private string ClearUpScript(string key) { Regex regex1 = new Regex(@"<(|/)SPAN[^>]*>", RegexOptions.IgnoreCase); key = regex1.Replace(key, ""); Regex regex2 = new Regex(@"<(|/)o:p[^>]*... 阅读全文
posted @ 2009-06-11 16:59
hb
阅读(215)
评论(0)
推荐(0)
摘要:
ReportCommonOperation里面//生成静态页面 public void createReportCommonHtml(int RID) { ReportCommonOperation RCO = new ReportCommonOperation(RID); if (RCO.RID == 0) { return; } //存放路径 string filepath = Configu... 阅读全文
posted @ 2009-06-11 16:40
hb
阅读(183)
评论(0)
推荐(0)

浙公网安备 33010602011771号