摘要: ###editor //实例化编辑器 //建议使用工厂方法getEditor创建和引用编辑器实例,如果在某个闭包下引用该编辑器,直接调用UE.getEditor('editor')就能拿到相关的实例 var editor1; var editor1=getUUEditor(editor1); fun 阅读全文
posted @ 2021-02-03 14:36 野香蕉 阅读(405) 评论(0) 推荐(0) 编辑
摘要: ##编写Class类 <?php namespace utfmode; use pinyin\src\Pinyin; class Utfmode{ /** * 取汉字的第一个字的首字母 * @param type $str * @return string|null * @user qichao * 阅读全文
posted @ 2021-02-03 10:53 野香蕉 阅读(97) 评论(0) 推荐(0) 编辑