Jetpack
Compose组件-文本(Text)
基础文本(BasicText)
@Composable
fun BasicText(
// 要显示的文本
text: AnnotatedString,
//
2023-01-11