2013년 4월 11일 목요일

[ Java ] split . 에러

String test="aaa.bbb.ccc";

test.split(".");

에러난다.

아래처럼 하믄 된다.
test.split("\\.");

댓글 없음:

댓글 쓰기