명칭별교통약자전용정류소목록조회의 자바 프로그램용 예제 소스입니다.
#parse("/contents/sub03/comCodePre.html")
//입력값
//정류소명칭 stSrch : %ed%95%9c%ea%b0%95
URI = "http://ws.bus.go.kr/api/rest/stationinfo/getLowStationByName?stSrch=%ed%95%9c%ea%b0%95"; // URI을 설정한다.
filename = null; // GET 요청은 요청 파라미터가 필요없음
reqStr = null;
#parse("/contents/sub03/comCodePost.html")