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.
我正在开发一个 BB 应用程序,在该应用程序中我从服务器获取了一个长字符串。现在我想将该字符串转换为字符串中存在的单词的字符串数组,以便我可以将完整的数组元素与我的硬编码字段一一进行比较,并可以将它们显示给用户。
请让我知道您的有用建议。
split()不适用于 Java 1.3 (CLDC 1.1) 。
split()
你已经看过了net.rim.device.api.util.StringUtilities#stringToWords吗?
net.rim.device.api.util.StringUtilities#stringToWords