gpt4 book ai didi

javascript - Mailchimp - Filenotfound

转载 作者:行者123 更新时间:2023-11-29 23:31:41 25 4
gpt4 key购买 nike

我正在尝试实现一个 mailchimp 弹出我的页面,但它不起作用。为了确保这不是由于 js 冲突,我尝试了他们在一个简单的 html 页面上提供的 JS 代码。

<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="utf-8">
<title>testpop</title>
</head>
<body>

<style>
html {
background: #3a1c71;
font-family: 'helvetica neue';
text-align: center;
font-size: 10px;
}
</style>
<!-- Here is the mailchimp js -->
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"//mc.us17.list-manage.com","uuid":"af12c8121a0cbbd603454ea9e","lid":"4904281888"}) })</script>
</body>
</html>

然后我收到以下消息:

GET file://downloads.mailchimp.com/js/signup-forms/popup/embed.js net::ERR_FILE_NOT_FOUND testmail.html:18 Uncaught ReferenceError: require is not defined

我认为也许来源不应该以'//....' 但像这样 'http://...'

我现在在我的控制台中没有看到任何错误,但也没有弹出窗口

最佳答案

Uncaught ReferenceError 不是由于弹出 cookie。

你的问题是你可能试图在本地文件夹中测试它,而不运行服务器,因此出现 GET 错误。此外,将其更改为 http://而不是//并不能解决问题,因为您会遇到其他恶意弹出内容的错误。有关同一问题的示例,请参阅此问题:Script tag is loading from file:/// instead of http://

只需在您的本地主机或远程服务器上运行它,您就不会再遇到此错误

我必须自己经历这个,我认为它可能对其他新手有用。

关于javascript - Mailchimp - Filenotfound,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47097462/

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