把本地文件发送到调试手机
C:\Users\ajanuw>adb push C:\Users\ajanuw\Music\j.mp3 /storage/emulated/0/Download
C:\Users\ajanuw\Music\j.mp3: 1 file pushed. 45.1 MB/s (10241127 bytes in 0.216s)
拉取到本地
C:\Users\ajanuw>adb pull /storage/emulated/0/Download C:\Users\ajanuw\Desktop
/storage/emulated/0/Download/: 1 file pulled. 66.6 MB/s (10241127 bytes in 0.147s)