specialzoker1534
@specialzoker1534
Reviews Written
-
Average Rating
-
The introduction is empty
Posts
Q&A
split
์๋ฌ๋ฉ๋๋ค ใทใทใท
- 0
- 7
- 305
Q&A
split
AttributeError Traceback (most recent call last) in 3 with ole.open('./data/์ ์ฌ์ง์์.hwp') as f: 4 print(f.get_stream('PrvText').read().decode('utf-16le')) ----> 5 splitdata = [i.strip() for i in data.split('>).split(').split('>')] 6 #splitdata = data.split('> 7 AttributeError: 'list' object has no attribute 'split'
- 0
- 7
- 305
Q&A
split
split์ ํ์ง ์์์๋ '> ' \r\n\r\n\r\n\r\n์๋ ๊ฒ ๋์ต๋๋ค ์ค๊ฐ์ >\r\n
- 0
- 7
- 305




