【发布时间】:2023-03-19 21:56:02
【问题描述】:
使用 CF8 的 CFFEED 标签需要注意什么?
哦,这是一份清单……
【问题讨论】:
标签: coldfusion coldfusion-8 cffeed
使用 CF8 的 CFFEED 标签需要注意什么?
哦,这是一份清单……
【问题讨论】:
标签: coldfusion coldfusion-8 cffeed
// remove anything outside of explicit hex range (x20-x7F=standard chars,xA=carriage return,xD=line feed)
reReplace(rssXml,"[^(!\x20-\x7F|\xA|\xD)]","","all")
来源:CFFEED - You have failed me for the last time. : Raymond Camden's ColdFusion Blog,在Nicholas发表的评论中
【讨论】: