改章节是一篇关于文件信息的帖子
protected void Page_Load(object sender, EventArgs e) { Response.ContentType = "text/vnd.wap.wml"; StringBuilder builder = new StringBuilder(); builder.AppendLine("<?xml version=\"1.0\" encoding=\"UTF-8\" ?>"); builder.AppendLine("<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.2//EN\" \"http://www.wapforum.org/DTD/wml12.dtd\">"); builder.AppendLine("<wml>"); builder.AppendLine("<head>"); builder.AppendLine("<meta http-equiv=\"Cache-Control\" content=\"max-age=0\" />"); builder.AppendLine("</head>"); builder.AppendLine("<card title=\"公然信息查阅心中\">"); builder.AppendLine("<p><img src=\"images/logo.png\" alt=\"公然信息查阅心中\" /><br/>"); builder.AppendLine("<a href=\"\" title=\"新闻动态\">新闻动态</a>|<a href=\"Department.aspx\" title=\"门部机构\">门部机构</a><br/>"); builder.AppendLine("<a href=\"\" title=\"档案文件\">档案文件</a>|<a href=\"\" title=\"最新文件\">最新文件</a><br/>"); builder.AppendLine(""); builder.AppendLine(" </p></card>"); builder.AppendLine("</wml>"); Response.Write(builder.ToString()); Response.End(); }
文章结束给大家分享下程序员的一些笑话语录: 苹果与谷歌之争就是封闭收费与自由免费思想之争。(别急着把google来膜拜哦?那可是一家公司,以赚钱为目标的公司!当年我Party就是这样把广大劳动人民吸引过来的。今天的结果你们都看到了。)