mirror of
https://github.com/201206030/novel-plus.git
synced 2025-05-16 15:08:29 +00:00
4 lines
103 B
Java
4 lines
103 B
Java
require(['/wangEditor.min.js'], function (E) {
|
|
var editor2 = new E('#div3')
|
|
editor2.create()
|
|
}) |