摘要: 1、编写程序将 “jdk” 全部变为大写,并输出到屏幕,截取子串”DK” 并输出到屏幕 public class demo5{ public static void main(String[] args) { String str="张三:90|李四:80|王五:100"; String s[] = 阅读全文
posted @ 2017-12-11 00:24 LegendQi 阅读(215) 评论(0) 推荐(0)