我正在尝试使用dropcap.js,并且在检查代码时似乎遇到两个错误:
未捕获的SyntaxError:意外的令牌<世界service.html:71 未捕获的TypeError:无法读取属性'layout' undefinedworld-service.html:71(匿名函数)
我认为我的代码没问题 -
<script src='../js/dropcap.min.js'></script>
<script>
var dropcaps = document.querySelectorAll("dropcap");
window.Dropcap.layout(dropcaps, 2);
</script>
<p><span class="dropcap">T</span>he BBC’s 28 World Service sites reach over 70 million users world wide every month. As device usage rockets across the world - especially in emerging markets - the imperative to make these sites work on every device became more and more urgent. </p>
我不确定发生了什么。如果您想查看页面本身,它会显示在此处:http://ulrikhogrebe.com/projects/world-service.html
答案 0 :(得分:0)
检查你的dropcap.js代码。你正在使用的那个不是.js文件,它是HTML。
确保您从那里下载zip并抓取代码,而不仅仅是右键单击&gt;另存为GitHub