protobuf.load("a", function(err, root) {
console.log("err " + err);
})
a是放在resources/a.proto文件,提示
GET http://localhost:7456/a 404 (Not Found)
protobuf.load("a", function(err, root) {
console.log("err " + err);
})
a是放在resources/a.proto文件,提示
GET http://localhost:7456/a 404 (Not Found)