eWebEditor首页 >> eWebEditor帮助文档 V15.2 >> 开发手册 >> EWEBEDITOR对象参考

3.6.1 引入EWEBEDITOR对象

您只需要在网页<head></head>中加入引用我们提供的通用脚本文件,即可完成EWEBEDITOR对象的引入,然后您就可以在此网页的任意位置使用EWEBEDITOR对象。示例代码如下:

<head>

<script type="text/javascript" src="....../ewebeditor/ewebeditor.js"></script>

</head>

ewebeditor.js 为通用接口文件,具体路径要看您实际网页的布署而相应修改。