blockquote不返回任何内容

时间:2019-04-29 02:23:20

标签: html imgur

sample在Codepen中有效,但在我的html文件中无效吗? 为什么会这样?

我已经尝试将https://添加到href,但仍然无法正常工作

<script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script>
a
<blockquote class="imgur-embed-pub" lang="en" data-id="KUteCdn">
  <a href="//imgur.com/KUteCdn">View post on imgur.com</a>
</blockquote>

1 个答案:

答案 0 :(得分:0)

我的猜测是这是与CORS相关的问题,请通过检查js控制台进行验证。为了解决这个问题,您可以运行一个简单的HTTP服务器并从那里提供html文件。

在Mac OS上,您从工作目录中的终端中运行以下命令

http-server -p 4090 .

在网络浏览器中,导航至http://localhost:4090

这将阻止您收到这样的错误消息