qhdgkdbs0142
@qhdgkdbs0142
Reviews Written
4
Average Rating
5.0
Posts
Q&A
string๊ด๋ จ ์ค๋ฅ..
์ ํด๊ฒฐ๋์์ด์ใ ใ ํ์ผ์ c://๋ก ์ฎ๊ฒจ์ ์คํํด ๋ณด๋๊น ๋์....!! ๊ทธ๋ฐ๋ฐ ์ ๊ฐ์ ๊ฐ์ ํด๋์ ๋๋ฉด ์คํ์ด ์๋๊ณ , c๋๋ผ์ด๋ธ๋ก ์ฎ๊ฒจ์ผ ์คํ์ด ๋๋ ๊ฑด ๊ฐ์? ๊ฐ์ฌํฉ๋๋น
- 0
- 3
- 736
Q&A
string๊ด๋ จ ์ค๋ฅ..
from bs4 import BeautifulSoupimport sysimport iosys.stdout = io.TextIOWrapper(sys.stdout.detach(), encoding = 'utf-8')sys.stderr = io.TextIOWrapper(sys.stderr.detach(), encoding = 'utf-8')fp = open("food-list.html",encoding = "utf-8")soup = BeautifulSoup(fp,"html.parser")print(soup.select_one("li:nth-of-type(8)"))print("2", soup.select_one("#ac-list > li:nth-of-type(4)"))๋ผ๋ ์ฝ๋๋ฅผ ๋๋ฆฌ๋ฉด None[Finished in 0.186s]์ด๋ผ๋ ๊ฒฐ๊ณผ๊ฐ ๋์ต๋๋ค.๊ฐ์ ํด๋์๋ food-list.html์ด๋ผ๋ ํ์ผ์ด ์๊ณ ์ใ ใ ์์ฃผ ๋ฐ ์ฃผ๋ฅ ๋ญ๋๋ฆฌํ ๋๊น์ค ์ผ๊ฒน์ด ์คํ ์ดํฌ ์์ฃผ ๋งฅ์ฃผ ๋ง๊ฑธ๋ฆฌ ์์ฃผ ๋๋์ฃผ ๋ต๋ณ ๋ถํ๋๋ ค์ =ใ
- 0
- 3
- 736




