import SwiftUI @main struct HelloWorld: App { var body: some Scene { WindowGroup { Text("Hello World!").padding() } } } ...
確定! 回上一頁