给定两个字符串str1和str2,求str2在str1中出现了多少次。字母匹配区分大小写。
输入为两行。 第一行为str2,表示子串。 第二行为str1,表示母串.
一个正整数,表示str2在str1中出现的次数。
to Once a man wanted to go to the south
2