std::exception::exception‘: no overloaded function could convert all the argument types

soft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\stdexcept(25,59): error C2665: 'std::exception::exception': no overloaded function could convert all the argument types
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\vcruntime_exception.h(70,5): message : could be 'std::exception::exception(const std::exception &) noexcept'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\stdexcept(25,59): message : 'std::exception::exception(const std::exception &) noexcept': cannot convert argument 1 from 'const _Elem *' to 'const std::exception &'
1>        with
1>        [
1>            _Elem=wchar_t
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\stdexcept(25,74): message : Reason: cannot convert from 'const _Elem *' to 'const std::exception'
1>        with
1>        [
1>            _Elem=wchar_t
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\stdexcept(25,74): message : No constructor could take the source type, or constructor overload resolution was ambiguous
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\vcruntime_exception.h(57,5): message : or       'std::exception::exception(const char *const ) noexcept'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\stdexcept(25,59): message : 'std::exception::exception(const char *const ) noexcept': cannot convert argument 1 from 'const _Elem *' to 'const char *const '
1>        with
1>        [
1>            _Elem=wchar_t
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\stdexcept(25,74): message : Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or parenthesized function-style cast
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\stdexcept(25,59): message : while trying to match the argument list '(const _Elem *)'
1>        with
1>        [
1>            _Elem=wchar_t
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\stdexcept(105,61): error C2665: 'std::exception::exception': no overloaded function could convert all the argument types
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\vcruntime_exception.h(70,5): message : could be 'std::exception::exception(const std::exception &) noexcept'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\stdexcept(105,61): message : 'std::exception::exception(const std::exception &) noexcept': cannot convert argument 1 from 'const _Elem *' to 'const std::exception &'
1>        with
1>        [
1>            _Elem=wchar_t
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\stdexcept(105,76): message : Reason: cannot convert from 'const _Elem *' to 'const std::exception'
1>        with
1>        [
1>            _Elem=wchar_t
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\stdexcept(105,76): message : No constructor could take the source type, or constructor overload resolution was ambiguous
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\vcruntime_exception.h(57,5): message : or       'std::exception::exception(const char *const ) noexcept'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\stdexcept(105,61): message : 'std::exception::exception(const char *const ) noexcept': cannot convert argument 1 from 'const _Elem *' to 'const char *const '
1>        with
1>        [
1>            _Elem=wchar_t
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\stdexcept(105,76): message : Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or parenthesized function-style cast
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\stdexcept(105,61): message : while trying to match the argument list '(const _Elem *)'
1>        with
1>        [
1>            _Elem=wchar_t
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(468,21): error C2665: 'std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>::append': no overloaded function could convert all the argument types
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xstring(3329,32): message : could be 'std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>> &std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>::append(const _Elem *const )'
1>        with
1>        [
1>            _Elem=wchar_t
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(468,21): message : 'std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>> &std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>::append(const _Elem *const )': cannot convert argument 1 from 'const char [3]' to 'const _Elem *const '
1>        with
1>        [
1>            _Elem=wchar_t
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(468,29): message : Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or parenthesized function-style cast
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xstring(3131,32): message : or       'std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>> &std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>::append(std::initializer_list<_Elem>)'
1>        with
1>        [
1>            _Elem=wchar_t
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(468,21): message : 'std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>> &std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>::append(std::initializer_list<_Elem>)': cannot convert argument 1 from 'const char [3]' to 'std::initializer_list<_Elem>'
1>        with
1>        [
1>            _Elem=wchar_t
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(468,29): message : No constructor could take the source type, or constructor overload resolution was ambiguous
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xstring(3357,32): message : or       'std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>> &std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>::append(const _Iter,const _Iter)'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(468,21): message : 'std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>> &std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>::append(const _Iter,const _Iter)': expects 2 arguments - 1 provided
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(468,21): message : while trying to match the argument list '(const char [3])'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(487,48): error C2665: 'std::_System_error::_System_error': no overloaded function could convert all the argument types
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(476,5): message : could be 'std::_System_error::_System_error(std::error_code,const std::wstring &)'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(487,48): message : 'std::_System_error::_System_error(std::error_code,const std::wstring &)': cannot convert argument 2 from 'const char [1]' to 'const std::wstring &'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(487,59): message : Reason: cannot convert from 'const char [1]' to 'const std::wstring'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(487,59): message : No constructor could take the source type, or constructor overload resolution was ambiguous
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(487,48): message : while trying to match the argument list '(std::error_code, const char [1])'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(491,70): error C2665: 'std::_System_error::_System_error': no overloaded function could convert all the argument types
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(476,5): message : could be 'std::_System_error::_System_error(std::error_code,const std::wstring &)'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(491,70): message : 'std::_System_error::_System_error(std::error_code,const std::wstring &)': cannot convert argument 2 from 'const char *' to 'const std::wstring &'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(491,81): message : Reason: cannot convert from 'const char *' to 'const std::wstring'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(491,81): message : No constructor could take the source type, or constructor overload resolution was ambiguous
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(491,70): message : while trying to match the argument list '(std::error_code, const char *)'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(493,71): error C2665: 'std::_System_error::_System_error': no overloaded function could convert all the argument types
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(476,5): message : could be 'std::_System_error::_System_error(std::error_code,const std::wstring &)'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(493,71): message : 'std::_System_error::_System_error(std::error_code,const std::wstring &)': cannot convert argument 2 from 'const char [1]' to 'const std::wstring &'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(493,102): message : Reason: cannot convert from 'const char [1]' to 'const std::wstring'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(493,102): message : No constructor could take the source type, or constructor overload resolution was ambiguous
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(493,71): message : while trying to match the argument list '(std::error_code, const char [1])'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(499,18): error C2665: 'std::_System_error::_System_error': no overloaded function could convert all the argument types
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(476,5): message : could be 'std::_System_error::_System_error(std::error_code,const std::wstring &)'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(499,18): message : 'std::_System_error::_System_error(std::error_code,const std::wstring &)': cannot convert argument 2 from 'const char *' to 'const std::wstring &'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(499,49): message : Reason: cannot convert from 'const char *' to 'const std::wstring'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(499,49): message : No constructor could take the source type, or constructor overload resolution was ambiguous
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(499,18): message : while trying to match the argument list '(std::error_code, const char *)'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(544,9): error C2440: 'return': cannot convert from 'const char *' to 'std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(544,9): message : No constructor could take the source type, or constructor overload resolution was ambiguous
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(560,26): error C2440: '<function-style-cast>': cannot convert from 'initializer list' to 'std::wstring'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(560,26): message : No constructor could take the source type, or constructor overload resolution was ambiguous
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(562,13): error C2440: 'return': cannot convert from 'const char *' to 'std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(562,13): message : No constructor could take the source type, or constructor overload resolution was ambiguous
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(580,26): error C2440: '<function-style-cast>': cannot convert from 'initializer list' to 'std::wstring'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(580,26): message : No constructor could take the source type, or constructor overload resolution was ambiguous
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(582,26): error C2440: '<function-style-cast>': cannot convert from 'initializer list' to 'std::wstring'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\system_error(582,26): message : No constructor could take the source type, or constructor overload resolution was ambiguous
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(275,18): error C2664: 'std::_Locinfo &std::_Locinfo::_Addcats(int,const char *)': cannot convert argument 2 from 'const _Elem *' to 'const char *'
1>        with
1>        [
1>            _Elem=wchar_t
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(275,66): message : Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or parenthesized function-style cast
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocinfo(259,34): message : see declaration of 'std::_Locinfo::_Addcats'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(275,18): message : while trying to match the argument list '(std::locale::category, const _Elem *)'
1>        with
1>        [
1>            _Elem=wchar_t
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(276,18): error C2664: 'std::_Locinfo &std::_Locinfo::_Addcats(int,const char *)': cannot convert argument 2 from 'const _Elem *' to 'const char *'
1>        with
1>        [
1>            _Elem=wchar_t
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(276,70): message : Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or parenthesized function-style cast
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocinfo(259,34): message : see declaration of 'std::_Locinfo::_Addcats'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(276,18): message : while trying to match the argument list '(std::locale::category, const _Elem *)'
1>        with
1>        [
1>            _Elem=wchar_t
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(291,13): error C2665: 'std::_Locinfo::_Locinfo': no overloaded function could convert all the argument types
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocinfo(242,24): message : could be 'std::_Locinfo::_Locinfo(int,const char *)'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(291,13): message : 'std::_Locinfo::_Locinfo(int,const char *)': cannot convert argument 2 from 'const _Elem *' to 'const char *'
1>        with
1>        [
1>            _Elem=wchar_t
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(291,13): message : Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or parenthesized function-style cast
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(291,13): message : while trying to match the argument list '(std::locale::category, const _Elem *)'
1>        with
1>        [
1>            _Elem=wchar_t
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(297,21): error C2679: binary '=': no operator found which takes a right-hand operand of type 'const _Elem *' (or there is no acceptable conversion)
1>        with
1>        [
1>            _Elem=wchar_t
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocinfo(153,31): message : could be 'std::_Yarn<char> &std::_Yarn<char>::operator =(const _Elem *) noexcept'
1>        with
1>        [
1>            _Elem=char
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocinfo(149,31): message : or       'std::_Yarn<char> &std::_Yarn<char>::operator =(const std::_Yarn<char> &) noexcept'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(297,21): message : while trying to match the argument list '(std::_Yarn<char>, const _Elem *)'
1>        with
1>        [
1>            _Elem=wchar_t
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(315,13): error C2664: 'void std::locale::_Construct(const std::wstring &,std::locale::category)': cannot convert argument 1 from 'const char *' to 'const std::wstring &'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(315,24): message : Reason: cannot convert from 'const char *' to 'const std::wstring'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(315,24): message : No constructor could take the source type, or constructor overload resolution was ambiguous
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(285,10): message : see declaration of 'std::locale::_Construct'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(315,13): message : while trying to match the argument list '(const char *, std::locale::category)'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(327,13): error C2664: 'void std::locale::_Construct(const std::wstring &,std::locale::category)': cannot convert argument 1 from 'const char *' to 'const std::wstring &'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(327,24): message : Reason: cannot convert from 'const char *' to 'const std::wstring'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(327,24): message : No constructor could take the source type, or constructor overload resolution was ambiguous
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(285,10): message : see declaration of 'std::locale::_Construct'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(327,13): message : while trying to match the argument list '(const char *, std::locale::category)'
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(361,51): error C2446: ':': no conversion from 'std::wstring' to 'const _Elem *'
1>        with
1>        [
1>            _Elem=char
1>        ]
1>E:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.36.32532\include\xlocale(361,51): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
1>ColumnDialog.cpp
1>MultiTypeCombo.cpp

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值