diff --git a/README.zh-cn.md b/README.zh-cn.md index 4fb0e43..4540e91 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -437,6 +437,7 @@ drission = Drission(read_file=False) ```python from DrissionPage.config import DriverOptions +from DrissionPage import Drission # 创建 driver 配置对象,read_file = False 表示不读取 ini 文件 do = DriverOptions(read_file=False)