1
0
mirror of https://github.com/201206030/novel-plus.git synced 2025-05-16 15:08:29 +00:00
2020-12-26 19:13:07 +08:00

4 lines
103 B
Java

require(['/wangEditor.min.js'], function (E) {
var editor2 = new E('#div3')
editor2.create()
})