我在哈巴狗中遇到这个错误:
SyntaxError: Unexpected token (69:1)
... ridiculous stacktrace here
我可以在这里发布我的代码,有人会为我修复它。但你可以告诉如何理解这个错误吗?我假设69:1
表示line:column
,但我的代码是27行。
如果您不信任我,请输入以下代码:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="PSPad editor, www.pspad.com">
<meta name="author" content="Jakub Mareda">
<title>#{title}</title>
</head>
<body>
p Logged in probably. Or whatever. Why is Express so complicated?
<!--
table
thead
tr
each entryName, i in headers
th #{entryName}
tbody
each user, i in users
tr
td
a(href='/admin/post/' + post.id) #{post.author} - #{post.title}
-->
pre #{data}
</body>
</html>
请注意,大部分代码都是我的意图。
但只是告诉我改变什么不是这个问题的答案。解释错误代码并告诉我下次如何处理它。