<script type="text/javascript" src="fckeditor/fckeditor.js"></script> <script type="text/javascript"><!-- 编辑器创建 --> var oFCKeditor = new FCKeditor("FCKeditor1"); oFCKeditor.BasePath = "/test/fckeditor/";<!-- fckedior绝对路径,/结尾 --> oFCKeditor.Create(); </script>