Skip to content

Instantly share code, notes, and snippets.

@doyle-flutter
Created August 5, 2021 00:37
Show Gist options
  • Save doyle-flutter/1c3e9712a60aa84c7e3f39fdb0e249b0 to your computer and use it in GitHub Desktop.
Save doyle-flutter/1c3e9712a60aa84c7e3f39fdb0e249b0 to your computer and use it in GitHub Desktop.
행안부 주소 검색 OPEN API - HTML
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>주소</title>
</head>
<body>
<script>
window.onload = _ => {
setTimeout(_ => {
console.log(decodeURI(window.location.search));
try{
james.postMessage(decodeURI(window.location.search))
}
catch(e){}
},1000);
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment