Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在我的 raptor 程序中存储一个数组,以便我可以在整个程序中引用它?
这是程序的输出应该是这样的:
Day Calories Consumed Calories Burned Monday 2600 150 Tuesday 2400 100
创建一个具有三个属性的类
一天卡路里消耗卡路里燃烧
在控制器中声明一个属性
私人结果结果;
序列化控制器中的对象列表后。
result.include("listObjects", List< YourObject >);