문자열 캡처의 상용 코드

541 단어 문자 캡처
<span style="white-space:pre">				</span>dateTime   String   
<span style="white-space:pre">				</span>String lasttwoCode=dateTime.substring(5, dateTime.length());
				int code=Integer.parseInt(lasttwoCode);
				System.out.println("        "+lasttwoCode+".........."+code);
				if(code<11&&code<12)
				{
					if (lasttwoCode.length()!=2) {
						System.out.println("    404");
					}
				}

좋은 웹페이지 즐겨찾기