Skip to content

Instantly share code, notes, and snippets.

@igaiga
Created May 21, 2017 03:07
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 igaiga/5c152f9cd06afa099be4767f2001ee06 to your computer and use it in GitHub Desktop.
Save igaiga/5c152f9cd06afa099be4767f2001ee06 to your computer and use it in GitHub Desktop.
input="ja 東京都 80 0"
data=input.split
output={domain:data[0],title:data[1],access_count:data[2]}
p output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment