def aa(a): if a>5: return "ddd" raise ValueError("response_data、sql_data、assert_data的数据类型必须要是字典类型") aa(8)