指南

const nb = new Nb2({ port: 8080 });
nb.use(statics("/"));
nb.run();
const nb = new Nb2({ port: 8080 });
nb.use(cors());
nb.run();