Skip to content

Instantly share code, notes, and snippets.

@girvan
Created March 22, 2012 03:03
Show Gist options
  • Save girvan/2155347 to your computer and use it in GitHub Desktop.
Save girvan/2155347 to your computer and use it in GitHub Desktop.
到shell.appspot.com,然後執行下列指令即可
from google.appengine.api import urlfetch
result = urlfetch.fetch("http://software.sopili.net/")
result.content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment