0
CF8의 CFFEED 태그를 사용할 때 조심해야 할 것은 무엇입니까?CF8의 CFFEED 단점?
아, 여기
- Yet another post on cffeed and columnMap : Raymond Camden's ColdFusion Blog
- 아무것도 다른 ... 목록입니까?
CF8의 CFFEED 태그를 사용할 때 조심해야 할 것은 무엇입니까?CF8의 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
에 의해 게시 됨