答案 0 :(得分:1)
如果您只需要显示一张图片,请使用dataTransform
属性,您也可以使用dataCollection
属性(请参阅https://appcelerator.github.io/appc-docs/latest/#!/guide/Alloy_Data_Binding-section-36739592_AlloyDataBinding-Collection-ViewBinding)从JSON中选择/撰写图像URI然后使用<ImageView image="{myImage}" />
答案 1 :(得分:0)
您需要遍历图像数组并在JS中创建ImageView。要显示图像,您可以使用ScrollableView(http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ScrollableView)并将图像添加为视图。