Created
August 5, 2021 00:37
-
-
Save doyle-flutter/1c3e9712a60aa84c7e3f39fdb0e249b0 to your computer and use it in GitHub Desktop.
행안부 주소 검색 OPEN API - HTML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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