문제 설명: ValueError: 인덱스 21에서 지원되지 않는 형식 문자 'j'(0x6a)
즉, 하단에서 6번째 줄입니다.jpg j에 무슨 문제가 있나요? ? ?
import urllib.request
from bs4 import BeautifulSoup
def get_content(url):
def get_image(정보):
으아아아url = "https://tieba.baidu.com/p/2218566379"
info = get_content(url)
print(info)
get_image(info)