单项选择题

A.const http=require(’http’);
B.const Koa=require(’koa’);
C.http.create(app.callback()).listen(3000);
D.const app=new Koa();