主题: 版本4.0.3出现的bug期待在4.04能解决 |
作者: arcy, 发布日期: 2011-11-28 15:00:37, 浏览数: 2426 |
操作系统: Windows XP或Windows 7
浏览器: IE6,7,8或Firefox3.8或chrome function check(){ if (editor.text()==""){ alert("无"); return false; }else{ alert(editor.text()); return true; } }
期望结果: 期待解决 |