var now = Date() var body: some View { Text("What time is it?: \(now, formatter: Self.dateFormatter)") }. You can also concatenate Text together with + .
確定! 回上一頁