TextView自动换行问题
更新:HHH   时间:2023-1-7



TextView tv = (TextView) findViewById(R.id.tv_firstLogin);
tv.setText(Html.fromHtml(strMsg));


返回开发技术教程...