示例#1
0
文件: foo.py 项目: marchon/flylons
def get(id):
  try:
    return str(Foo.get(id))
  except Exception, e:
    print e