from flask.ext.restful import reqparse parser = reqparse.RequestParser() parser.add_argument('integer_list', type=list, location='json').
確定! 回上一頁