我的问题是typed.js不起作用。
代码:
FrenchRepublicanCalendar
答案 0 :(得分:1)
我只是想知道如何开始:
结构:
<html>
<head>
<title>title</title>
/* add you styles or scripts here... */ /* to add style.css */
<link rel="stylesheet" href="./style.css" />
</head>
<body>
HTML Content
/* include your scripts according to priority */
<script>
/* custom script goes here */
< script >
</body>
</html>
答案 1 :(得分:1)
(代表OP发布)。
对于没有看到问题的任何人,由于评论旁边的括号,它的语法错误。
var typed = new Typed(".typing", options);
}); <!-- problem is here -->