_images.map((file) { return Stack( //do something ); }).toList();
一定要有 toList() 之類的動作,否則,不會去執行map裡面的匿名函數
進階搜尋