Commit c545c4cb authored by 时良荣's avatar 时良荣

JAVA培训之String字符串

parent d657f35a
package com.exercise.sixth; package com.exercise.sixth;
/** /**
* JAVA培训之String 字符串
* 作业题目1: * 作业题目1:
* 统计一个字符串里面另一个字符串出现的次数, * 统计一个字符串里面另一个字符串出现的次数,
* 例如统计"monkey"在"I am monkey1024.monkey like banana.little monkey is smart."中出现的次数. * 例如统计"monkey"在"I am monkey1024.monkey like banana.little monkey is smart."中出现的次数.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment