protobuf协议 protobuf协议
public static void main(String[] args) { UserProtos.User user=UserProtos.User.newBuilder(). setAge(300)
2023-09-04