theme: ThemeData( primarySwatch: Colors.blue, ), home: Scaffold( appBar: AppBar( title: Text('思源宋體'), ), body: Center( child: Text( 'Hello, Flutter!', style: TextStyle( fontFamily: 'SourceHanSerif', fontWeight: FontWeight.normal, fontSize: 20, ), ), ), ), ); } }??...
www.dbjr.com.cn/article/2823...htm 2025-6-7