-1
안녕하세요, 다른 항목이 중첩 된 목록을 얻으려고합니다.공백 및 대괄호로 구분 된 문자열의 중첩 목록
'"Title" "Title of an article, chapter, etc." ("The Divine Comedy" "Rules of Construction") true null null false'
이 내가 달성하기 위해 노력하고있어 결과입니다 : 이것은 내가 가지고있는 문자열입니다
def metadata():
md = shlex.split(content)
print md
: 나는 현재 shlex`사용하고
['Title', 'Title of an article, chapter, etc.', ['The Divine Comedy', 'Rules of Construction'], true, null, null, false]
은,하지만 성공