03 2009 档案

string.split的简单用法
摘要: public static void main(string[] args) { string value = "192.168.128.33"; string[] names = value.split("."); for (int i = 0; i < names.length; i++) { system.out.println(names[i]); }阅读全文

posted @ 2009-03-10 19:11 杨佳霖 阅读(179) | 评论 (0) 编辑

公告

统计