09 2016 档案
摘要:googlecode :https://code.google.com/archive/p/python-proxy/source/default/source # -*- coding: cp1252 -*- # # #Copyright (c) # #Permission is hereby granted, free of charge, to any person #obtain...
阅读全文
摘要:!/usr/bin/env python # encoding: utf-8 import urllib from pypinyin import pinyin, lazy_pinyin def toString(piny): if len(piny): print ''.join(lazy_pinyin(piny)) def getLis...
阅读全文