This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
1、请在FormatDoc目录下建立一个Upload目录 2、请将editor1.js与FileUpload.jsp放入 Resources\1\HtmlEdit 目录下 3、请将insert_image.html放入 Resources\1\HtmlEdi\popups 目录下 4、注意:Resources\CodeParts\Preview01.jsp 的第42行 try { //document.oncontextmenu=Function("return false;"); } catch(e) {var a=1;} 是有问题的,要改为: try { /*document.oncontextmenu=Function("return false;");*/ } catch(e) {var a=1;}