`
imwade3
  • 浏览: 1841 次
  • 性别: Icon_minigender_1
  • 来自: 广州
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
#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'    
Global site tag (gtag.js) - Google Analytics