您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

6 行
139 B

  1. cdef extern from "libxml/uri.h":
  2. ctypedef struct xmlURI
  3. cdef xmlURI* xmlParseURI(char* str)
  4. cdef void xmlFreeURI(xmlURI* uri)