Crowley
Results
1
issues of
Crowley
[我在assets文件夹下放了一个html.txt文件 RichText.initCacheDir(this); try { InputStream is = getAssets().open("html.txt"); int lenght = is.available(); byte[] buffer = new byte[lenght]; is.read(buffer); String result = new String(buffer, "utf8"); LogUtils.debugLongInfo("result==="+result); // tvShowQ.setText(Html.fromHtml(result)); RichText.fromHtml(result) .autoFix(true) //...