gpt4 book ai didi

javascript - jQuery - execCommand ("insertUnorderedList",假,空); - 与 Internet Explorer 的不同行为

转载 作者:行者123 更新时间:2023-11-30 06:56:01 38 4
gpt4 key购买 nike

execCommand("insertUnorderedList", false, null);

切换 div 标签中的项目符号。

它工作得很好。但在 Internet Explorer 中,当切换回“无项目符号”时,文本字体会变小。为什么?我能做些什么来防止这种情况发生?

提前致谢。

最佳答案

我在使用 IE 时遇到了同样的问题,我有 1 天的时间。这对我有用

 setTimeout(function(){ execCommand("insertUnorderedList", false, null); },100);

关于javascript - jQuery - execCommand ("insertUnorderedList",假,空); - 与 Internet Explorer 的不同行为,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9228064/

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