单项选择题
若要使用pythonr操作memcache,需要导入pymemcache中的Client类,以下导入命令正确的是()。
A.pip install pymemcache
B.from pymemcache.client.base import Client
C.from pymemcache.client import Client
D.from pymemcache import Client
E.yum -y install pymemcache
点击查看答案&解析
相关考题
单项选择题
