<script type="application/x-javascript" src="../../Api/se2/js/service/huskyESCreator.js"></script>
<textarea cols="102" rows="30" class="writing" name="contents" id="contents" style="resize: none;" placeholder="Write Your Contents"></textarea>
<script>
$(function(){
nhn.husky.EZCreator.createInIFrame({
oAppRef : oEditors,
elPlaceholder : "contents",
sSkinURL : "../../Api/se2/SmartEditor2Skin.html",
fCreator : "createSEditor2",
})
})
</script>
这是我的代码。 这是我第一次使用api,并且使用Naver的智能编辑器API时遇到错误。我正在使用chrome并收到控制台错误,例如404(../../ Api / se2 / js / service / huskyESCreator.js)和MIME TYPE错误。 我该如何解决?