express.static() is a built-in to Express itself, not an instance of Express (i.e. app ). It handles serving static files such as images, ...
確定! 回上一頁