文章列表
#coding=utf8
import android
import urllib
droid=android.Android()
web=urllib.urlopen("http://www.google.com")
print web.read().decode("gb2312").encode("utf8")
web.close()
print "你好"
droid.makeToast("你好")
看来android是utf8编码
#! /usr/bin/env python
#coding=utf-8
print 'hello world'