node -static 是Node.js 兼容RFC 2616 的HTTP 静态文件服务器处理模块,提供内置的缓存支持。 示例代码: var static = require('node-static'); // // Create a ...
確定! 回上一頁