from _sqlite3 import * ,debug出错信息: ImportError: DLL load failed: 找不到指定的模块。

博客围绕Python debug时出现的“ImportError: DLL load failed: 找不到指定的模块”错误展开。分析得知是dll问题,可通过复制Python目录下的sqlite3.dll到Anaconda目录解决,也可从Sqlite官网下载dll文件并拷贝到Anaconda的dlls目录。

debug出错信息: ImportError: DLL load failed: 找不到指定的模块。
在这里插入图片描述
就仔细分析一下呗,报错信息提示 DLL load failed 那肯定是dll出了问题。我按照对应的版本下了一个 Python 3.7.2 ,分别进入 Anaconda 和 Python 的DLLs目录,发现后者目录下有一个 sqlite3.dll 而前者没有,复制过去,搞定!
在这里插入图片描述
需要下载一个 sqlite3.dll 而已,没必要那么麻烦地把 python 再下载一遍,在Sqlite的官网就有dll的下载。找准那个 Precompiled Binaries for Windows 那一项就是的了。

在这里插入图片描述
将解压得到的sqlite3.dll,sqlite3.def拷贝到annconda的dlls目录下,即可找到sqlite3模块。

Windows PowerShell 版权所有(C) Microsoft Corporation。保留所有权利。 安装最新的 PowerShell,了解新功能和改进!https://aka.ms/PSWindows (.venv) PS E:\PyCharmObject\emailSingUp\SignUp> python -m venv packaging_env (.venv) PS E:\PyCharmObject\emailSingUp\SignUp> packaging_env\Scripts\activate (packaging_env) PS E:\PyCharmObject\emailSingUp\SignUp> pyinstaller -F -w -i outlook.ico AccountRegisterApp.py 116 INFO: PyInstaller: 6.15.0, contrib hooks: 2025.8 116 INFO: Python: 3.9.13 131 INFO: Platform: Windows-10-10.0.26100-SP0 131 INFO: Python environment: E:\DEMO\python-demo\.venv 131 INFO: wrote E:\PyCharmObject\emailSingUp\SignUp\AccountRegisterApp.spec 131 INFO: Module search paths (PYTHONPATH): [&#39;E:\\DEMO\\python-demo\\.venv\\Scripts\\pyinstaller.exe&#39;, &#39;E:\\Program Files\\Python3.9\\python39.zip&#39;, &#39;E:\\Program Files\\Python3.9\\DLLs&#39;, &#39;E:\\Program Files\\Python3.9\\lib&#39;, &#39;E:\\Program Files\\Python3.9&#39;, &#39;E:\\DEMO\\python-demo\\.venv&#39;, &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages&#39;, &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\setuptools\\_vendor&#39;, &#39;E:\\PyCharmObject\\emailSingUp\\SignUp&#39;] 380 INFO: checking Analysis 401 INFO: Building because inputs changed 401 INFO: Running Analysis Analysis-00.toc 401 INFO: Target bytecode optimization level: 0 401 INFO: Initializing module dependency graph... 401 INFO: Initializing module graph hook caches... 413 INFO: Analyzing modules for base_library.zip ... 885 INFO: Processing standard module hook &#39;hook-heapq.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 981 INFO: Processing standard module hook &#39;hook-encodings.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 1572 INFO: Processing standard module hook &#39;hook-pickle.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 2079 INFO: Caching module dependency graph... 2098 INFO: Looking for Python shared library... 2106 INFO: Using Python shared library: E:\Program Files\Python3.9\python39.dll 2106 INFO: Analyzing E:\PyCharmObject\emailSingUp\SignUp\AccountRegisterApp.py 2106 INFO: Processing pre-find-module-path hook &#39;hook-tkinter.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path&#39; 2106 INFO: TclTkInfo: initializing cached Tcl/Tk info... 2248 INFO: Processing standard module hook &#39;hook-_tkinter.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 2280 INFO: Processing standard module hook &#39;hook-pandas.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 3137 INFO: Processing standard module hook &#39;hook-_ctypes.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 3147 INFO: Processing standard module hook &#39;hook-platform.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 3162 INFO: Processing standard module hook &#39;hook-sysconfig.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 3172 INFO: Processing standard module hook &#39;hook-numpy.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 3984 INFO: Processing standard module hook &#39;hook-difflib.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 4064 INFO: Processing standard module hook &#39;hook-multiprocessing.util.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 4103 INFO: Processing standard module hook &#39;hook-xml.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 4731 INFO: Processing standard module hook &#39;hook-charset_normalizer.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\_pyinstaller_hooks_contrib\\stdhooks&#39; 4775 INFO: Processing pre-safe-import-module hook &#39;hook-typing_extensions.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module&#39; 4775 INFO: SetuptoolsInfo: initializing cached setuptools info... 7047 INFO: Processing standard module hook &#39;hook-pytz.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 8229 INFO: Processing standard module hook &#39;hook-pandas.io.formats.style.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 9298 INFO: Processing standard module hook &#39;hook-pandas.plotting.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 9580 INFO: Processing standard module hook &#39;hook-openpyxl.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\_pyinstaller_hooks_contrib\\stdhooks&#39; 9713 INFO: Processing standard module hook &#39;hook-xml.etree.cElementTree.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 9948 INFO: Processing standard module hook &#39;hook-PIL.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 9998 INFO: Processing standard module hook &#39;hook-PIL.Image.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 10309 INFO: Processing standard module hook &#39;hook-PIL.ImageFilter.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 11031 INFO: Processing standard module hook &#39;hook-sqlite3.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 11265 INFO: Processing standard module hook &#39;hook-pandas.io.clipboard.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 11265 INFO: Processing standard module hook &#39;hook-qtpy.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 11334 WARNING: QtLibraryInfo(PyQt5): failed to obtain Qt library info: Child process call to _read_qt_library_info() failed with: File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\isolated\_child.py", line 63, in run_next_command output = function(*args, **kwargs) File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\utils\hooks\qt\__init__.py", line 198, in _read_qt_library_info QtCore = importlib.import_module(&#39;.QtCore&#39;, package) File "E:\Program Files\Python3.9\lib\importlib\__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1030, in _gcd_import File "<frozen importlib._bootstrap>", line 1007, in _find_and_load File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 666, in _load_unlocked File "<frozen importlib._bootstrap>", line 565, in module_from_spec File "<frozen importlib._bootstrap_external>", line 1173, in create_module File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed ImportError: DLL load failed while importing QtCore: 不到指定的程序。 A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.2 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with &#39;pybind11>=2.12&#39;. If you are a user of the module, the easiest solution will be to downgrade to &#39;numpy<2&#39; or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\isolated\_child.py", line 100, in <module> while run_next_command(read_fh, write_fh): File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\isolated\_child.py", line 63, in run_next_command output = function(*args, **kwargs) File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\utils\hooks\qt\__init__.py", line 198, in _read_qt_library_info QtCore = importlib.import_module(&#39;.QtCore&#39;, package) File "E:\Program Files\Python3.9\lib\importlib\__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "E:\DEMO\python-demo\.venv\lib\site-packages\PySide2\__init__.py", line 107, in <module> _setupQtDirectories() File "E:\DEMO\python-demo\.venv\lib\site-packages\PySide2\__init__.py", line 58, in _setupQtDirectories import shiboken2 File "E:\DEMO\python-demo\.venv\lib\site-packages\shiboken2\__init__.py", line 27, in <module> from .shiboken2 import * 11562 INFO: hook-qtpy: selected &#39;PySide2&#39; as the only available Qt bindings. 11563 INFO: Processing pre-safe-import-module hook &#39;hook-packaging.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module&#39; 11571 INFO: Processing standard module hook &#39;hook-PySide2.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 11614 INFO: Processing standard module hook &#39;hook-PySide2.QtNetwork.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.2 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with &#39;pybind11>=2.12&#39;. If you are a user of the module, the easiest solution will be to downgrade to &#39;numpy<2&#39; or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\isolated\_child.py", line 100, in <module> while run_next_command(read_fh, write_fh): File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\isolated\_child.py", line 63, in run_next_command output = function(*args, **kwargs) File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\utils\hooks\__init__.py", line 337, in _get_module_file_attribute loader = importlib.util.find_spec(package).loader File "E:\Program Files\Python3.9\lib\importlib\util.py", line 94, in find_spec parent = __import__(parent_name, fromlist=[&#39;__path__&#39;]) File "E:\DEMO\python-demo\.venv\lib\site-packages\PySide2\__init__.py", line 107, in <module> _setupQtDirectories() File "E:\DEMO\python-demo\.venv\lib\site-packages\PySide2\__init__.py", line 58, in _setupQtDirectories import shiboken2 File "E:\DEMO\python-demo\.venv\lib\site-packages\shiboken2\__init__.py", line 27, in <module> from .shiboken2 import * A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.2 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with &#39;pybind11>=2.12&#39;. If you are a user of the module, the easiest solution will be to downgrade to &#39;numpy<2&#39; or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\isolated\_child.py", line 100, in <module> while run_next_command(read_fh, write_fh): File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\isolated\_child.py", line 63, in run_next_command output = function(*args, **kwargs) File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\utils\hooks\qt\__init__.py", line 670, in _check_if_openssl_enabled QtCore = importlib.import_module(&#39;.QtCore&#39;, package) File "E:\Program Files\Python3.9\lib\importlib\__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "E:\DEMO\python-demo\.venv\lib\site-packages\PySide2\__init__.py", line 107, in <module> _setupQtDirectories() File "E:\DEMO\python-demo\.venv\lib\site-packages\PySide2\__init__.py", line 58, in _setupQtDirectories import shiboken2 File "E:\DEMO\python-demo\.venv\lib\site-packages\shiboken2\__init__.py", line 27, in <module> from .shiboken2 import * 12364 INFO: Processing standard module hook &#39;hook-PySide2.QtCore.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.2 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with &#39;pybind11>=2.12&#39;. If you are a user of the module, the easiest solution will be to downgrade to &#39;numpy<2&#39; or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\isolated\_child.py", line 100, in <module> while run_next_command(read_fh, write_fh): File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\isolated\_child.py", line 63, in run_next_command output = function(*args, **kwargs) File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\utils\hooks\__init__.py", line 337, in _get_module_file_attribute loader = importlib.util.find_spec(package).loader File "E:\Program Files\Python3.9\lib\importlib\util.py", line 94, in find_spec parent = __import__(parent_name, fromlist=[&#39;__path__&#39;]) File "E:\DEMO\python-demo\.venv\lib\site-packages\PySide2\__init__.py", line 107, in <module> _setupQtDirectories() File "E:\DEMO\python-demo\.venv\lib\site-packages\PySide2\__init__.py", line 58, in _setupQtDirectories import shiboken2 File "E:\DEMO\python-demo\.venv\lib\site-packages\shiboken2\__init__.py", line 27, in <module> from .shiboken2 import * 12580 INFO: Processing standard module hook &#39;hook-PySide2.QtDataVisualization.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.2 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with &#39;pybind11>=2.12&#39;. If you are a user of the module, the easiest solution will be to downgrade to &#39;numpy<2&#39; or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\isolated\_child.py", line 100, in <module> while run_next_command(read_fh, write_fh): File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\isolated\_child.py", line 63, in run_next_command output = function(*args, **kwargs) File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\utils\hooks\__init__.py", line 337, in _get_module_file_attribute loader = importlib.util.find_spec(package).loader File "E:\Program Files\Python3.9\lib\importlib\util.py", line 94, in find_spec parent = __import__(parent_name, fromlist=[&#39;__path__&#39;]) File "E:\DEMO\python-demo\.venv\lib\site-packages\PySide2\__init__.py", line 107, in <module> _setupQtDirectories() File "E:\DEMO\python-demo\.venv\lib\site-packages\PySide2\__init__.py", line 58, in _setupQtDirectories import shiboken2 File "E:\DEMO\python-demo\.venv\lib\site-packages\shiboken2\__init__.py", line 27, in <module> from .shiboken2 import * 13096 INFO: Processing standard module hook &#39;hook-PySide2.QtGui.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.2 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with &#39;pybind11>=2.12&#39;. If you are a user of the module, the easiest solution will be to downgrade to &#39;numpy<2&#39; or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\isolated\_child.py", line 100, in <module> while run_next_command(read_fh, write_fh): File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\isolated\_child.py", line 63, in run_next_command output = function(*args, **kwargs) File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\utils\hooks\__init__.py", line 337, in _get_module_file_attribute loader = importlib.util.find_spec(package).loader File "E:\Program Files\Python3.9\lib\importlib\util.py", line 94, in find_spec parent = __import__(parent_name, fromlist=[&#39;__path__&#39;]) File "E:\DEMO\python-demo\.venv\lib\site-packages\PySide2\__init__.py", line 107, in <module> _setupQtDirectories() File "E:\DEMO\python-demo\.venv\lib\site-packages\PySide2\__init__.py", line 58, in _setupQtDirectories import shiboken2 File "E:\DEMO\python-demo\.venv\lib\site-packages\shiboken2\__init__.py", line 27, in <module> from .shiboken2 import * 13798 INFO: Processing standard module hook &#39;hook-PySide2.QtWidgets.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.2 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with &#39;pybind11>=2.12&#39;. If you are a user of the module, the easiest solution will be to downgrade to &#39;numpy<2&#39; or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\isolated\_child.py", line 100, in <module> while run_next_command(read_fh, write_fh): File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\isolated\_child.py", line 63, in run_next_command output = function(*args, **kwargs) File "E:\DEMO\python-demo\.venv\lib\site-packages\PyInstaller\utils\hooks\__init__.py", line 337, in _get_module_file_attribute loader = importlib.util.find_spec(package).loader File "E:\Program Files\Python3.9\lib\importlib\util.py", line 94, in find_spec parent = __import__(parent_name, fromlist=[&#39;__path__&#39;]) File "E:\DEMO\python-demo\.venv\lib\site-packages\PySide2\__init__.py", line 107, in <module> _setupQtDirectories() File "E:\DEMO\python-demo\.venv\lib\site-packages\PySide2\__init__.py", line 58, in _setupQtDirectories import shiboken2 File "E:\DEMO\python-demo\.venv\lib\site-packages\shiboken2\__init__.py", line 27, in <module> from .shiboken2 import * 14131 INFO: Processing standard module hook &#39;hook-dateutil.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\_pyinstaller_hooks_contrib\\stdhooks&#39; 14198 INFO: Processing pre-safe-import-module hook &#39;hook-six.moves.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module&#39; 14331 INFO: Processing standard module hook &#39;hook-xml.dom.domreg.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; 14713 INFO: Processing standard module hook &#39;hook-PyQt5.py&#39; from &#39;E:\\DEMO\\python-demo\\.venv\\lib\\site-packages\\PyInstaller\\hooks&#39; ERROR: Aborting build process due to attempt to collect multiple Qt bindings packages: attempting to run hook for &#39;PyQt5&#39;, while hook for &#39;PySide2&#39; has already been run! PyInstaller does not support multiple Qt bindings packages in a frozen application - either ensure that the build environment has only one Qt bindings package installed, or exclude the extraneous bindings packages via the module exclusion mechanism (--exclude command-line option, or excludes list in the spec file). (packaging_env) PS E:\PyCharmObject\emailSingUp\SignUp> 打包后没有生成exe程序
最新发布
09-06
评论 20
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值