摘要: 1 #!/usr/bin/env python 2 #-*- coding: utf-8 -*- 3 'a translate module ' 4 import sys 5 import urllib2 6 import json 7 def translate(word): 8 url="... 阅读全文
posted @ 2015-02-17 18:35 YeungHsin 阅读(295) 评论(0) 推荐(0) 编辑