百度中看到一些使用getDate()方法,但是CONSOLE一直报undefind
1条回答 默认 最新
- 斯洛文尼亚旅游 2016-11-25 12:34关注
自己看API:http://docs.ckeditor.com/#!/api/CKEDITOR-property-instances
Stores references to all editor instances created. The name of the properties in this object correspond to instance names, and their values contain the CKEDITOR.editor object representing them.
alert( CKEDITOR.instances.editor1.name ); // 'editor1'
getDate是js日期对象Date的,ckeditor没有这个方法
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报