a_string = soup.find(text='圍')
soup.find_all('title', limit=1)
# [<title>The Dormouse's story</title>]
soup.find('title')
# <title>The Dormouse's story</title>
有反正我可以用中文字符處理使用美麗的發現嗎?美麗的湯。尋找中國字
試了一下,似乎無法檢測到角色。英文字符工作網站的精細
來源我與
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="gbk" />