Skip to content

Instantly share code, notes, and snippets.

@EdwinTai
Created December 2, 2020 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EdwinTai/c28af853376034f1363a958e1bc27f60 to your computer and use it in GitHub Desktop.
Save EdwinTai/c28af853376034f1363a958e1bc27f60 to your computer and use it in GitHub Desktop.
check ip location
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ip location</title>
<script src="https://pv.sohu.com/cityjson"></script>
<script>document.write(returnCitySN["cip"]+"."+returnCitySN["cname"])</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment