express()用来创建一个Express的程序。express()方法是express模块导出的顶层方法。varexpress=require('express');
varapp=express();
A.正确
B.错误
正确答案:正确
猜你喜欢