• 加入收藏  设为首页
aspcms

aspcms 首页调用单页中的内容要过滤html代码?

时间:2022/12/10 1:20:42   作者:未知   来源:网络收集   阅读:9   评论:0
内容摘要:aspcms首页调用单页中的内容要过滤html代码?修改AspCms_MainClass.asp文件中下面代码1146行开始:修改前:iflen(decodeHtml(DateArray(6,i)))>infolenthennloopstr=replace(nloopstr,matchfield.value,le...

aspcms 首页调用单页中的内容要过滤html代码?
修改AspCms_MainClass.asp文件中下面代码
1146行开始:
修改前:
if len(decodeHtml(DateArray(6,i)))>infolen then
nloopstr = replace(nloopstr,matchfield.value,left(replace(decodeHtml(DateArray(6,i)),"{aspcms:page}",""),infolen)&"…")
else
nloopstr = replace(nloopstr,matchfield.value,left(replace(decodeHtml(DateArray(6,i)),"{aspcms:page}",""),infolen))
end if
修改后
if len(decodeHtml(DateArray(6,i)))>infolen then
nloopstr = replace(nloopstr,matchfield.value,left(replace(dropHtml(DateArray(6,i)),"{aspcms:page}",""),infolen)&"…")
else
nloopstr = replace(nloopstr,matchfield.value,left(replace(decodeHtml(DateArray(6,i)),"{aspcms:page}",""),infolen))
end if


标签:首页 调用 中的 内容 过滤 
相关评论

Powered by www.xxpw.top @ 2019-2031 星星派屋 All Rights Reserved .
本站服务器及带宽由 江苏三欧网络信息技术 友情赞助.  友情链接交换联系QQ:317261118
如果有任何侵权问题,请联系QQ:317261118,我们会在72小时以内处理.