如何在 Apex 控制器中显示包装 Class 变量

How to Display Wrapper Class Variable in Apex Controller

找到 link 并为我提供解决方案。

我可以直接把代码贴在这里,很好 link

click here to view the code

for(Restaurantwrapper.cls_nearby_restaurants nearby_restaurant : Restaurantwrapper.nearby_restaurants){
    String name = nearby_restaurant.restaurant.name;
}