728x90 반응형 BackEnd FrontEnd67 string 배열 나누기 public class StringSplitExam { public static void main(String[] args) { String data = "사과!@#$%^배!@#$%^파인애플!@#$%^망고!@#$%^수박"; String delimiter = "!@#$%^"; String[] dataArr = data.split(delimiter); for(int i=0; i 2016. 11. 22. String to int String to int String from = "123";int to = Integer.parseInt(from); int to String int from = 123;String to = Integer.toString(from); 2016. 11. 22. 게시판 만들기 공부하기 http://devlecture.tistory.com/entry/06-express-%EB%B3%B8%EA%B2%A9-%EA%B2%8C%EC%8B%9C%ED%8C%90-%EC%BD%94%EB%94%A9-13 2016. 11. 18. 이전 1 ··· 14 15 16 17 다음 728x90 반응형