express返回html檔案

來源:互聯網
上載者:User

標籤:需要   engines   源檔案   模板引擎   eve   app   png   targe   log   

express返回html檔案

  app.engine(ext, callback) 方法即可建立一個你自己的模板引擎。其中,ext 指的是副檔名、callback 是模板引擎的主函數,接受檔案路徑、參數對象和回呼函數作為其參數。   

  

  通常是使用jade或ejs來返回一個頁面。

  

  若想直接返回一個原始html檔案,添加一個新view engine即可,如下:

  

如何渲染純 HTML 檔案?

  不需要!無需通過 res.render() 渲染 HTML。你可以通過 res.sendFile() 直接對外輸出 HTML 檔案。如果你需要對外提供的資源檔很多,可以使用 express.static() 中介軟體。

參考:

1、http://www.expressjs.com.cn/advanced/developing-template-engines.html

2、http://www.tuicool.com/articles/6FfQNfI

express返回html檔案

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.