在Cython + Python 3 中定义将包含字符串的变量类型时,我可以使用(至少): cdef char* mystring = "foo" cdef str mystring = "foo" cdef bytes mystring = "foo"
確定! 回上一頁