求助:安卓如何获得CKeditor的值?都有分送 ######
正常的浏览器获得CKeditor的值是用下面的方法:
CKEDITOR.instances.editor_test.getData()
但是安卓的机子是不能正常打开CKeditor的,打开的样子只是一个textarea,用上面的方便已无法获得其值,但是用过下面的方便也无法获得其值,求有经验的高手相助。
document.getElementById("editor_test").value;
另一个问题:下面的方法是对非IE有效,有没有方法让html只对安卓机子有效呢?
<!--[if !IE]><!--> 非IE浏览器有效
<!--[if IE]> 只对IE有效
回帖都有分送。。