return MaterialApp( home: Scaffold( appBar: AppBar( title: Text( 'Flutter Demo', ), ), body: Center( child: Text('Hello, Flutter!'), ) ...
確定! 回上一頁