摘要:
1 关于验证字符串的问题: 2 阅读全文
posted @ 2019-04-11 22:23
清湾大威少
阅读(106)
评论(0)
推荐(0)
摘要:
/* 在字符串中删除特定的字符 输入两个字符串,从第一字符串中删除第二个字符串中所有的字符。 例如,输入”They are students.”和”aeiou”,则删除之后的第一个字符串变成”Thy r stdnts.”。 */ public class DeleteChar { public static void main(String[] args) { Scanner scane... 阅读全文
posted @ 2019-04-06 11:52
清湾大威少
阅读(744)
评论(0)
推荐(0)
浙公网安备 33010602011771号