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はサポートされていません。