当' \ 0'时,python ctypes如何处理c_char_p出现在字符串

时间:2018-04-03 13:04:47

标签: python

a如何获得整个str hello \0 world

>>> import ctypes
>>> c=b'hello \0 world'
>>> a=ctypes.c_char_p(c)
>>> a
c_char_p(44440112)
>>> a.value
'b'hello
PS:我的英语很差,对不起!!!

0 个答案:

没有答案