android adb pull/push permission denied可能的解决办法

本文提供了解决Android设备上使用adb pull/push命令时遇到权限被拒绝问题的方法,包括确保手机已root,执行adb root和adb remount操作,最终成功执行adb pull/push命令。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

android  adb pull/push permission denied可能的解决办法

1、请确保手机已root

2、打开CMD窗口,输入adb root,出现如下结果:adbd is already running as root

再输入adb remount,出现如下结果:remount succeeded

3、再使用adb  pull/push命令,看是否能成功

01-01 13:02:33.162 863 863 D Zygote : Forked child process 7448 01-01 13:02:33.162 1664 1820 I ActivityManager: Start proc 7448:com.google.android.partnersetup/u0a117 for broadcast {com.google.android.partnersetup/com.google.android.partnersetup.PhoneStateReceiver} 01-01 13:02:33.162 1664 1820 I ActivityManager: mPidMap put ProcessRecord{24812d1 7448:com.google.android.partnersetup/u0a117} 01-01 13:02:33.162 1664 1778 I ActivityManager: ProcessObserver broadcast disabled 01-01 13:02:33.162 1664 1820 D OStatsManager_OplusBatteryStatsEventManager: onProcessStarted : pid = 7448processUid = 10117packageUid = 10117packageName = com.google.android.partnersetupprocessName = com.google.android.partnersetup 01-01 13:02:33.163 1664 5354 I OStatsManager_OplusBatteryStatsManager: updateStateTime: PkgName = com.google.android.partnersetup, uid = 10117, state to bg, mForegroundCnt = 0, isFg = false 01-01 13:02:33.163 1664 5354 D OStatsManager_OplusBatteryStatsManager: noteProcessCreate [7448], uid = 10117, pkgName = com.google.android.partnersetup, pid = 7448, processName = com.google.android.partnersetup 01-01 13:02:33.165 7448 7448 E libprocessgroup: Failed to write '10117' to /dev/memcg/apps/uid_10117//memory.app_uid: Permission denied 01-01 13:02:33.165 7448 7448 F app_process: jni_internal.cc:826] JNI FatalError called: (com.google.android.partnersetup) frameworks/base/core/jni/com_android_internal_os_Zygote.cpp:2025: createProcessGroup(10117, 0) failed: Permission denied 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] Runtime aborting... 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] Dumping all threads without mutator lock held 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] All threads: 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] DALVIK THREADS (1): 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] "main" prio=5 tid=1 Runnable 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] | group="" sCount=0 ucsCount=0 flags=0 obj=0x751e8f88 self=0xb400007d5f8d0000 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] | sysTid=863 nice=0 cgrp=default sched=0/0 handle=0x7e13039098 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] | state=? schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] | stack=0x7fc901e000-0x7fc9020000 stackSize=8188KB 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] | held mutexes= "abort lock" "mutator lock"(shared held) 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] native: (Unwind failed for thread 863: Thread Does Not Exist) 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] at com.android.internal.os.Zygote.nativeSpecializeAppProcess(Native method) 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] at com.android.internal.os.Zygote.specializeAppProcess(Zygote.java:538) 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] at com.android.internal.os.Zygote.childMain(Zygote.java:1000) 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] at com.android.internal.os.Zygote.forkSimpleApps(Zygote.java:854) 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] at com.android.internal.os.ZygoteConnection.processCommand(ZygoteConnection.java:294) 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] at com.android.internal.os.ZygoteServer.runSelectLoop(ZygoteServer.java:575) 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1061) 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] Aborting thread: 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] "main" prio=5 tid=1 Native 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] | group="" sCount=0 ucsCount=0 flags=0 obj=0x751e8f88 self=0xb400007d5f8d0000 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] | sysTid=863 nice=0 cgrp=default sched=0/0 handle=0x7e13039098 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] | state=? schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] | stack=0x7fc901e000-0x7fc9020000 stackSize=8188KB 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] | held mutexes= "abort lock" "mutator lock"(shared held) 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] native: (Unwind failed for thread 863: Thread Does Not Exist) 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] at com.android.internal.os.Zygote.nativeSpecializeAppProcess(Native method) 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] at com.android.internal.os.Zygote.specializeAppProcess(Zygote.java:538) 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] at com.android.internal.os.Zygote.childMain(Zygote.java:1000) 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] at com.android.internal.os.Zygote.forkSimpleApps(Zygote.java:854) 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] at com.android.internal.os.ZygoteConnection.processCommand(ZygoteConnection.java:294) 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] at com.android.internal.os.ZygoteServer.runSelectLoop(ZygoteServer.java:575) 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1061) 01-01 13:02:33.177 7448 7448 F app_process: runtime.cc:709] 01-01 13:02:33.178 7448 7448 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 7448 (main), pid 7448 (main) 01-01 13:02:33.186 7450 7450 E libc : capset failed: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 0: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 1: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 2: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 3: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 4: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 5: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 6: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 7: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 8: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 9: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 10: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 11: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 12: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 13: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 14: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 15: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 16: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 17: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 18: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 19: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 20: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 21: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 22: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 23: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 24: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 25: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 26: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 27: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 28: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 29: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 30: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 31: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 32: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 33: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 34: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 35: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 36: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 37: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 38: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 39: Operation not permitted 01-01 13:02:33.186 7450 7450 E libc : failed to raise ambient capability 40: Operation not permitted 01-01 13:02:33.200 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/0: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/1: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/2: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/3: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/4: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/5: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/7: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/8: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/9: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/10: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/11: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/12: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/13: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/14: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/15: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/16: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/17: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/18: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/19: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/20: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/21: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/22: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/23: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/24: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/25: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/26: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/27: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/28: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/29: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/30: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/31: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/32: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/33: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/34: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/35: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/36: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/37: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/38: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/39: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/40: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/41: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/42: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/43: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/44: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/45: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/46: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/47: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/48: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/49: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/50: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/51: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/52: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/53: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/54: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/55: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/56: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/57: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/58: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/59: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/60: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/61: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/62: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/63: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/64: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/65: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/66: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/67: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/68: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/69: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/70: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/71: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/72: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/73: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/74: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/75: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/76: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/77: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/78: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/79: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/80: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/81: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/82: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/83: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/84: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/85: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/86: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/87: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/88: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/89: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/90: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/91: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/92: Permission denied 01-01 13:02:33.201 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/93: Permission denied 01-01 13:02:33.202 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/94: Permission denied 01-01 13:02:33.202 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/95: Permission denied 01-01 13:02:33.202 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/96: Permission denied 01-01 13:02:33.202 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/97: Permission denied 01-01 13:02:33.202 7451 7451 E DEBUG : failed to readlink /proc/7448/fd/98: Permission denied 01-01 13:02:33.202 7451 7451 F crash_dump64: crash_dump.cpp:671] failed to attach to thread 7448: Operation not permitted 01-01 13:02:33.202 702 702 I tombstoned: received crash request for pid 7448 01-01 13:02:33.202 702 702 E tombstoned: unexpected dump type: kDebuggerdAnyIntercept 01-01 13:02:33.202 702 702 E tombstoned: failed to get crash output for type kDebuggerdAnyIntercept 01-01 13:02:33.203 7451 7451 E libc : failed to read response to DumpRequest packet: No message of desired type 01-01 13:02:33.203 7451 7451 E crash_dump64: failed to connected to tombstoned to report failure 01-01 13:02:33.204 7448 7448 F libc : Crash due to signal: crash_dump helper failed to exec, or was killed 01-01 13:02:33.212 863 863 I Zygote : Process 7448 exited due to signal 6 (Aborted)
最新发布
07-19
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值