Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在页面之间拆分文本?想知道如何用 WebView 或 TextView 中的结论来做 HTML,甚至可能用图像。
您可以使用 css 拆分文本。
div { -moz-column-count:2; -webkit-column-count:2; column-count:2; }
不支持 IE。