gpt4 book ai didi

javascript - 引用错误: prettyPrint is not defined error

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

希望您能帮助我解决ReferenceError: PrettyPrint is not Defined

<a class="question helpcenterheading" href="http://www.google.com">How do I contact you?</a>
<span class="answer">One moment...</span>

<script>
$(document).ready(function() {
$("span.answer").hide();
$("a.question").click(function() {
$(this).toggleClass("active").next().slideToggle(2000, function() {
window.location.href = $(this).attr('href');
});
return false;
});
});
</script>

( live version )

最佳答案

根据Documentation有两种方式运行 Prettify:

1) 自动装载机run_prettify.js 。这不需要您调用任何函数,您可以在 URL 中指定一些参数。

2) 通过加载 prettify.css 来提供您自己的 JS 和 CSS 服务和prettify.js 。那么你需要使用<body onload="prettyPrint()"> .

我认为您正在使用自动加载器,然后尝试调用 prettyPrint() 。选择一种或另一种方法,不能混合使用它们。

关于javascript - 引用错误: prettyPrint is not defined error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23971376/

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