用科讯 系统函数标签 解析出的内容包含空格代码( ),解决办法:
打开KS_Cls/Kesion.Label.FunctionCls.asp
{@intro} 找到113行
原代码:
case "intro" echo KS.Gottopic(KS.LoseHtml(Node.SelectSingleNode("@intro").text),KS.ChkClng(ParamNode.getAttribute("introlen")))
替换为
case "intro" echo replace(KS.Gottopic(KS.LoseHtml(Node.SelectSingleNode("@intro").text),KS.ChkClng(ParamNode.getAttribute("introlen")))," "," ")
{@title} 约157行
原代码:
temptitle= GetItemTitle(Node.SelectSingleNode("@"&Lcase(sTemp)).text,KS.ChkClng(ParamNode.getAttribute("titlelen")),true,Node.SelectSingleNode("@titletype").text, Node.SelectSingleNode("@titlefontcolor").text, Node.SelectSingleNode("@titlefonttype").text
替换为:
temptitle= replace(GetItemTitle(Node.SelectSingleNode("@"&Lcase(sTemp)).text,KS.ChkClng(ParamNode.getAttribute("titlelen")),true,Node.SelectSingleNode("@titletype").text, Node.SelectSingleNode("@titlefontcolor").text, Node.SelectSingleNode("@titlefonttype").text)," "," ")
相关文章
科讯kesion输出图片系统里的图片合集的方法2017-06-01
kesion科讯搜索分页{@search.showpage}样式修改2017-05-27
kesion科讯分页样式pagenumlist修改2017-05-26
kesion科讯内容页上一篇、下一篇样式修改2017-05-26
kesion科讯当前文章高亮SQL函数表达式2017-05-25
科讯取消文章标题重复限制,如“该类别已存在此篇文章”2014-05-20
Kesion CMS 生成静态提示ADODB.Stream 错误 800a0bbc的解决办法2014-04-25
KesionCMS 标签中IF语句详细用法及释疑2014-04-25
科讯CMS上传图片提示“系统检查到您上传的文件可能存在危险代码,不允许上传!” 的解决办法2013-11-19
科讯CMS(Kesion)函数标签调用文章等级(星星)的方法!2013-10-31