gpt4 book ai didi

javascript - 如何通过 CDN ckeditor 使用字数统计?

转载 作者:行者123 更新时间:2023-12-03 07:00:29 25 4
gpt4 key购买 nike

为什么这不起作用?

<script src="//cdn.ckeditor.com/4.5.8/standard/ckeditor.js"></script>
<script>
CKEDITOR.plugins.addExternal('wordcount', '/assets/ckeditor/plugins/wordcount/', 'plugin.js');
CKEDITOR.replace('body', {
extraPlugins: 'wordcount',
customConfig: '/assets/js/ckeditor/config.js'
});
</script>

在我的网站上,我有托管的字数统计插件(猜猜)

mydomain.com/assets/ckeditor/plugins/wordcount/plugin.js

我得到的错误:

GET http://cdn.ckeditor.com/404.shtml/ net::ERR_TOO_MANY_REDIRECTS Uncaught Error: [CKEDITOR.resourceManager.load] Resource name "notification" was not found at "http://cdn.ckeditor.com/4.5.8/standard/plugins/notification/plugin.js?t=G2VC"

最佳答案

根据他们的文档 https://cdn.ckeditor.com/ “standard”预设不包含任何其他插件,您必须将路径切换到“standard-all”,以便其余插件存在。

对我来说,这是他们这边的一个错误,因为如果两种情况下加载的文件相同,我看不到使用“标准”相对于“标准所有”有任何优势,但缺点是它会如果您尝试使用任何其他插件,则会失败。

关于javascript - 如何通过 CDN ckeditor 使用字数统计?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37084989/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com