运行时:
<header>
<!--<% include ./employee/partials/emp-nav.ejs %>-->
<% include ../partials/header.ejs %>
</header>
我收到此错误消息:
TypeError: C:\Users\scttc\arcane-forest-29693\views\pages\example.ejs:43
41| <section class="hero" id="hero">
42| <header>
>> 43| <!-- <% include ./employee/partials/emp-nav.ejs %>-->
44| <% include ../partials/header.ejs %>
45| </header>
46|
esc is not a function
如何在注释掉的代码行中出现错误?这对我来说毫无意义。