为什么我得到" esc不是一个功能"在注释掉的代码行?

时间:2017-09-11 02:38:08

标签: javascript html node.js express

运行时:

<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

如何在注释掉的代码行中出现错误?这对我来说毫无意义。

0 个答案:

没有答案