sunny

Results 2 comments of sunny

@koibi2 这段代码是添加到哪里的?我添加到源码里也不起作用啊,报错。 ![image](https://user-images.githubusercontent.com/12168167/55527742-f8437b80-56cc-11e9-92fa-66e822d72380.png)

> 可以参考这个: > > ``` > let tc = document.getElementById('comment_text'); > tc.focus(); > //开始插入 > let tclen = tc.value.length; > //计算表情长度。 > var emoji_length = emoji.length; > if (typeof document.selection...