摘要: XML如下 help@pboedu.com help@pboedu.cn 010-52926789 010-52926789 010-52926789 240100889 82926798 bbs.pboedu.com 操作类如下: //... 阅读全文
posted @ 2008-09-19 16:37 悟〈--觉 阅读(499) 评论(0) 推荐(0)
摘要: /// /// 返回 HTML 字符串的编码结果 /// /// 字符串 /// 编码结果 public static string HtmlEncode(string str) { return HttpUtility.HtmlEncode(str); } /// /// ... 阅读全文
posted @ 2008-09-19 16:13 悟〈--觉 阅读(425) 评论(0) 推荐(0)
摘要: function addBookmark(title,url) { if (window.sidebar) { window.sidebar.addPanel(title, window.location.href,""); } else if( document.all ) { window.... 阅读全文
posted @ 2008-09-19 14:53 悟〈--觉 阅读(880) 评论(1) 推荐(0)