【发布时间】:2014-07-02 08:33:20
【问题描述】:
我有一个字符串:
String testString= "For the time being, programming is a consumer job, assembly line coding is the norm, and what little exciting stuff is being performed is not going to make it compared to the mass-marketed cräp sold by those who think they can surf on the previous half-century's worth of inventions forever"
像这样:暂时编程\n........\n.......\n
在此字符串中每个长度为 20 个字符后,我想在 Android 的 TextView 中放置一个换行符 \n 以显示。
【问题讨论】: