码迷,mamicode.com
首页 > 其他好文 > 详细

undefined is not a function

时间:2017-03-08 19:23:54      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:arch   ror   nis   bst   后缀名   ace   webstorm   hold   web   

具体报错

TypeError: c:\Users\Administrator\WebstormProjects\blogtest\views\index.ejs:1
 >> 1| <%- include header %>
    2| <form>
    3|   <div class="input-group">
    4|     <input type="text" class="form-control" placeholder="SEARCH" name="keyword">

undefined is not a function

这是因为我使用<% %>导入文件的时候,忘记写了后缀名.ejs 改成

<%- include header.ejs %>  

undefined is not a function

标签:arch   ror   nis   bst   后缀名   ace   webstorm   hold   web   

原文地址:http://www.cnblogs.com/liziyou/p/6520702.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!