var imageName: String? var body: some View { VStack { Text(userName) if let imageName = imageName { Image(imageName) .
確定! 回上一頁