日期:2014-05-17  浏览次数:20503 次

网站 关键字 描述 问题

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="<%=keywords%>" />
<meta name="Description" content="<%=keywords%>" />


后置代码
        public string keywords;
        public string description;

              //网站标题
            Page.Title = BLL.Global_BLL.Global(3)[0].title_seo;
            //关键字
            keywords= BLL.Global_BLL.Global(3)[0].keyword_seo;
            //描述
            description = BLL.Global_BLL.Global(3)[0].description_seo;
            //版权信息
            Copy = BLL.Global_BLL.Global(3)[0].copyright_seo;

单页面上出现
<title>
服务项目
</title><meta name="keywords" content="&lt;%=keywords%>" /><meta name="Description" content="&lt;%=keywords%>" /></head>

求高手指点

------解决方案--------------------
肯定可以的,我都是这么干的