url = "http://www.websoul.co.kr/test/mogef/mobile/relax_step2_1.html";
postGuardianInfo = "name="+name+"telNo="+telNo;
mWebView.postUrl(url, EncodingUtils.getBytes(postGuardianInfo,"EUC-KR"));
위 방식처럼 앱에서 webView.postUrl() 형식으로 파라미터 던지는 것을 wel html script 에서 값을 받아오는 방법이 궁금합니다.