def set_json_response(): """ ????content-type?json :return: """ web.header('content-type', 'application/json;charset=utf-8', unique=True)