在COOKBOOK上看到一个小技巧,觉得以后应该用的上,先记下来 www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=6142
function cdata(theURL:String):XML { var x:XML = new XML("<![CDATA[" + theURL "]]>"); return x; }</p> <the_url>{cdata("http://some.com?var=someval&foo=bar")}</the_url>