gpt4 book ai didi

javascript - 如何通过codemirror启用htmlmixed模式?

转载 作者:行者123 更新时间:2023-11-28 15:19:56 24 4
gpt4 key购买 nike

我想要 codemirror 中的 htmlmixed 模式。我开始在 codemirror API 中搜索,但找不到它。我包括以下内容:

<script src="cm/lib/codemirror.js"></script>
<link rel="stylesheet" href="cm/lib/codemirror.css">
<script src="cm/mode/htmlmixed/htmlmixed.js"></script>

这是我的代码:

MCM = CodeMirror(JY.get("devroot"), {
mode: "htmlmixed",
value: "<p>Hello</p>"
});

但是这不起作用。有人知道吗?

最佳答案

您还必须包含模式脚本 cm/mode/xml/xml.jscm/mode/javascript/javascript.jscm/mode/css/css.js,这是htmlmixed模式的依赖。

关于javascript - 如何通过codemirror启用htmlmixed模式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31944794/

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