Nancy小例子 public HomeModule() { Get["/"] = _ => "hello,this is Nancy"; Get["/lxw/info"] = _ => "hello,this is Nancy,/lxw/info"; }