SwiftUI - 什么是 ZStack,它与 VStack 有什么区别?

SwiftUI - What is ZStack and what is its difference with VStack?

我是 SwiftUI 的新手,有时讲师使用 VStack,有时 ZStack 无法理解其中的区别...

VStack: 垂直堆叠其中的视图。

ZStack: 将其中的视图相互堆叠。