```
<div style='width: 40%; height: 15px;float:left;'>
<font color='red' size='4'>文本规则说明:</font>
<div style='height: 200px; width: 95%;float:left;'>
<div>
<textarea id='ruleIntroduction' name='ruleIntroduction' rows='25' cols='80' ></textarea>
<script type='text/javascript'>CKEDITOR.replace('ruleIntroduction');</script>
</div>
<div style='height: 15px; float: left; width: 80%; margin-top: 12px;'></div>
</div>
</div>
<div style='width: 40%; height: 15px;float:left;'>
<font color="red" size="4">问题:</font>
<div style='height: 200px; width: 95%;float:left;'>
<div>
<textarea id='rulequestion' name='rulequestion' rows='25' cols='80' ></textarea>
<script type='text/javascript'>CKEDITOR.replace('rulequestion');</script>
</div>
<div style='height: 15px; float: left; width: 80%; margin-top: 12px;'></div>
</div>
</div>
<div style='width: 15%; height: 15px;float:left;'>
<div style='width: 100%; float: left;'>
<font color='red' size='4'>规则答案:</font><br>
<input id='ruleanswer' name='ruleanswer' class='easyui-textbox' style='width: 100%;' />
</div>
</div>
<div style='width: 5%; height: 15px;float:right;'>
<div style='width: 25%; float: right; text-align: right;'>
<a href='javascript:void(0)' id='moreTextDiv' data-options='iconCls:"icon-add"' class='easyui-linkbutton'></a>
</div>
</div>
</div>
</div>
$('#moreTextDiv').click(function() {
addnum++;
$('#textDiv').append("
会添加textarea就说明你的js应该是正确的(具体没看)。但是不出现编辑器就说明的编辑器没配置好。你的页面里面引用了编辑器的js和css吗?,
给你一个链接配置下在JSP里使用CKEditor和CKFinder
大哥 可解决了?求教