mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-27 01:30:51 +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()
|
|
}) |