您可以使用以下示例轻松计算字符串中的单词数:
String words = "One Two Three Four"; int countWords = words.split("\\s").length; System.out.println(countWords);
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!