0
當我嘗試靜態顯示目錄添加到我的代碼,我得到這個錯誤:類型錯誤:不能調用方法「的forEach」的不確定
TypeError: cannot call method 'forEach' of undefined
誰能幫助我?
['adobeair','applewebkit','bs3','chrome','css','font-awesome','hpwos','images','img','js', 'Opera', 'plugins'].forEach(function (dir)
{
app.use('/template/'+dir, connect.static(__dirname+'/template/'+dir));
});
感謝
無法通過使用app.use( '/模板' 解決您的發佈代碼 –
重現,express.static(path.join(__ dirname,'template')));謝謝:) – Teldar
forEach()在Array和IE中工作> 9 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach –