刚用 python 自带的帮助文档 学习 ctypes,报错,windll 没定义
python吧
全部回复
仅看楼主
level 4
>>> fromctypes import *
>>> print windll.kernel32 # doctest: +WINDOWS
NameError: name 'windll' is not defined
求助
2015年07月23日 06点07分 1
level 4
穿过那条街道
2015年07月23日 18点07分 2
1