示例#1
0
def location():
  city = request.args.get('city')
  return Location.fetch(city)
示例#2
0
def location():
    print(request.args.get('data'))
    return Location.fetch('barcelona')