W 官方给出的是这种方式,var message: any = AwesomeMessage.create( { name: "字母", });但如果在.proto使用文件中使用 repeated修饰符定义repeated int32 foo =1;怎么给它设置一系列的值呢