redis = Redis() redis.hset('photo:1', 'images', images) i = redis.hget('photo:1', 'images') print type(i). i的类型是字符串,而不是python ...
確定! 回上一頁