If RssDescriptNum<>0 Then
GetChannelNewInfo = GetChannelNewInfo & "<description>" & KSCMS.GotTopic(Replace(Replace(Replace(KSCMS.LoseHtml(RS(4)), vbCrLf, ""), "[NextPage]", ""), " ", ""),DescriptNum) & "......</description>"&vbcrlf
End IF
改为
If RssDescriptNum<>0 Then
GetChannelNewInfo = GetChannelNewInfo & "<description><![CDATA[" & KSCMS.GotTopic(Replace(Replace(KSCMS.LoseHtml(RS(4)), vbCrLf, ""), "[NextPage]", ""),DescriptNum) & "......]]></description>"&vbcrlf
End IF