摘要:
替换框中的Find输入^(\t)*$\n,Replace什么都不写,勾选Wrap、Highlight matches、Regular expression即可预览被替换的内容,然后点击替换即可。 阅读全文
摘要:
仅使用Text()无法垂直居中。需要将Box()与contentAlignment=Alignment一起使用。居中还有用于对齐的CenterStart和CenterEnd选项。 Box( contentAlignment = Alignment.Center, ) { Text( text = " 阅读全文