因為<bean:write 默認(rèn)的filter是true。表示把html敏感標(biāo)簽轉(zhuǎn)換成轉(zhuǎn)換成它們實體的等價物。如<轉(zhuǎn)換成&lt。設(shè)為false則不轉(zhuǎn)換。
         <FCK:editor id="classContent" basePath="/ECR_WWW/FCKeditor/"
         width
="500"
         height
="500"
         skinPath
="/ECR_WWW/FCKeditor/editor/skins/silver/"
         
>
         
         
<bean:write name="articleAdminForm" property="classContent" filter="false"/>
        
</FCK:editor>