在好例子网,分享、交流、成长!
您当前所在位置:首页Java 开发实例Android平台开发 → 蓝牙串口助手app源码

蓝牙串口助手app源码

Android平台开发

下载此实例
  • 开发语言:Java
  • 实例大小:29.94M
  • 下载次数:43
  • 浏览次数:279
  • 发布时间:2020-09-16
  • 实例类别:Android平台开发
  • 发 布 人:LGH850
  • 文件格式:.rar
  • 所需积分:3
 相关标签: 串口助手 助手 蓝牙 串口

实例介绍

【实例简介】

【实例截图】

from clipboard

【核心代码】

BTClient

├── BTClient.iml
├── app
│   ├── app.iml
│   ├── build
│   │   ├── generated
│   │   │   ├── assets
│   │   │   │   └── shaders
│   │   │   │       └── debug
│   │   │   ├── res
│   │   │   │   ├── pngs
│   │   │   │   │   └── debug
│   │   │   │   ├── resValues
│   │   │   │   │   └── debug
│   │   │   │   └── rs
│   │   │   │       └── debug
│   │   │   └── source
│   │   │       ├── aidl
│   │   │       │   └── debug
│   │   │       ├── apt
│   │   │       │   └── debug
│   │   │       ├── buildConfig
│   │   │       │   └── debug
│   │   │       │       └── com
│   │   │       │           └── test
│   │   │       │               └── BTClient
│   │   │       │                   └── BuildConfig.java
│   │   │       ├── r
│   │   │       │   └── debug
│   │   │       │       └── com
│   │   │       │           └── test
│   │   │       │               └── BTClient
│   │   │       │                   └── R.java
│   │   │       └── rs
│   │   │           └── debug
│   │   ├── intermediates
│   │   │   ├── assets
│   │   │   │   └── debug
│   │   │   ├── blame
│   │   │   │   └── res
│   │   │   │       └── debug
│   │   │   │           ├── multi-v2
│   │   │   │           │   ├── debug.json
│   │   │   │           │   └── values.json
│   │   │   │           └── single
│   │   │   │               └── debug.json
│   │   │   ├── check-manifest
│   │   │   │   └── debug
│   │   │   ├── classes
│   │   │   │   └── debug
│   │   │   │       └── com
│   │   │   │           └── test
│   │   │   │               └── BTClient
│   │   │   │                   ├── BTClient$1.class
│   │   │   │                   ├── BTClient$2.class
│   │   │   │                   ├── BTClient$3.class
│   │   │   │                   ├── BTClient$4.class
│   │   │   │                   ├── BTClient$5.class
│   │   │   │                   ├── BTClient.class
│   │   │   │                   ├── BuildConfig.class
│   │   │   │                   ├── DeviceListActivity$1.class
│   │   │   │                   ├── DeviceListActivity$2.class
│   │   │   │                   ├── DeviceListActivity$3.class
│   │   │   │                   ├── DeviceListActivity.class
│   │   │   │                   ├── R$drawable.class
│   │   │   │                   ├── R$id.class
│   │   │   │                   ├── R$layout.class
│   │   │   │                   ├── R$menu.class
│   │   │   │                   ├── R$string.class
│   │   │   │                   └── R.class
│   │   │   ├── incremental
│   │   │   │   ├── compileDebugAidl
│   │   │   │   │   └── dependency.store
│   │   │   │   ├── debug-mergeJavaRes
│   │   │   │   │   ├── merge-state
│   │   │   │   │   └── zip-cache
│   │   │   │   ├── debug-mergeJniLibs
│   │   │   │   │   ├── merge-state
│   │   │   │   │   └── zip-cache
│   │   │   │   ├── mergeDebugAssets
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeDebugJniLibFolders
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeDebugResources
│   │   │   │   │   ├── aapt-temp
│   │   │   │   │   ├── compile-file-map.properties
│   │   │   │   │   ├── merged.dir
│   │   │   │   │   │   └── values
│   │   │   │   │   │       └── values.xml
│   │   │   │   │   ├── merger.xml
│   │   │   │   │   └── stripped.dir
│   │   │   │   ├── mergeDebugShaders
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── packageDebug
│   │   │   │   │   └── debug
│   │   │   │   │       ├── dex-renamer-state.txt
│   │   │   │   │       ├── file-input-save-data.txt
│   │   │   │   │       └── zip-cache
│   │   │   │   │           └── 4pnUUvzLsyLCtT1RgFTsmrSoDA4=
│   │   │   │   └── processDebugResources
│   │   │   │       └── aapt-temp
│   │   │   ├── javaPrecompile
│   │   │   │   └── debug
│   │   │   │       └── annotationProcessors.json
│   │   │   ├── jniLibs
│   │   │   │   └── debug
│   │   │   ├── manifests
│   │   │   │   ├── density
│   │   │   │   │   └── debug
│   │   │   │   │       └── output.json
│   │   │   │   ├── full
│   │   │   │   │   └── debug
│   │   │   │   │       ├── AndroidManifest.xml
│   │   │   │   │       └── output.json
│   │   │   │   └── instant-run
│   │   │   │       └── debug
│   │   │   │           └── output.json
│   │   │   ├── prebuild
│   │   │   │   └── debug
│   │   │   ├── res
│   │   │   │   ├── debug
│   │   │   │   │   ├── output.json
│   │   │   │   │   └── resources-debug.ap_
│   │   │   │   ├── merged
│   │   │   │   │   └── debug
│   │   │   │   │       ├── drawable-hdpi_icon.png.flat
│   │   │   │   │       ├── drawable-ldpi_icon.png.flat
│   │   │   │   │       ├── drawable-mdpi_icon.png.flat
│   │   │   │   │       ├── layout_device_list.xml.flat
│   │   │   │   │       ├── layout_device_name.xml.flat
│   │   │   │   │       ├── layout_main.xml.flat
│   │   │   │   │       ├── layout_message.xml.flat
│   │   │   │   │       ├── layout_sname.xml.flat
│   │   │   │   │       ├── menu_option_menu.xml.flat
│   │   │   │   │       └── values_values.arsc.flat
│   │   │   │   └── symbol-table-with-package
│   │   │   │       └── debug
│   │   │   ├── rs
│   │   │   │   └── debug
│   │   │   │       ├── lib
│   │   │   │       └── obj
│   │   │   ├── shaders
│   │   │   │   └── debug
│   │   │   ├── splits-support
│   │   │   │   └── debug
│   │   │   │       └── split-list.gson
│   │   │   ├── symbols
│   │   │   │   └── debug
│   │   │   └── transforms
│   │   │       ├── dexBuilder
│   │   │       │   └── debug
│   │   │       │       ├── 0
│   │   │       │       │   └── com
│   │   │       │       │       └── test
│   │   │       │       │           └── BTClient
│   │   │       │       │               ├── BTClient$1.dex
│   │   │       │       │               ├── BTClient$2.dex
│   │   │       │       │               ├── BTClient$3.dex
│   │   │       │       │               ├── BTClient$4.dex
│   │   │       │       │               ├── BTClient$5.dex
│   │   │       │       │               ├── BTClient.dex
│   │   │       │       │               ├── BuildConfig.dex
│   │   │       │       │               ├── DeviceListActivity$1.dex
│   │   │       │       │               ├── DeviceListActivity$2.dex
│   │   │       │       │               ├── DeviceListActivity$3.dex
│   │   │       │       │               ├── DeviceListActivity.dex
│   │   │       │       │               ├── R$drawable.dex
│   │   │       │       │               ├── R$id.dex
│   │   │       │       │               ├── R$layout.dex
│   │   │       │       │               ├── R$menu.dex
│   │   │       │       │               ├── R$string.dex
│   │   │       │       │               └── R.dex
│   │   │       │       └── __content__.json
│   │   │       ├── dexMerger
│   │   │       │   └── debug
│   │   │       │       ├── 0
│   │   │       │       │   └── classes.dex
│   │   │       │       └── __content__.json
│   │   │       ├── externalLibsDexMerger
│   │   │       │   └── debug
│   │   │       │       ├── 0
│   │   │       │       └── __content__.json
│   │   │       ├── mergeJavaRes
│   │   │       │   └── debug
│   │   │       │       ├── 0.jar
│   │   │       │       └── __content__.json
│   │   │       └── mergeJniLibs
│   │   │           └── debug
│   │   │               └── __content__.json
│   │   ├── outputs
│   │   │   ├── apk
│   │   │   │   └── debug
│   │   │   │       ├── app-debug.apk
│   │   │   │       └── output.json
│   │   │   └── logs
│   │   │       └── manifest-merger-debug-report.txt
│   │   └── tmp
│   │       └── compileDebugJavaWithJavac
│   ├── build.gradle
│   └── src
│       └── main
│           ├── AndroidManifest.xml
│           ├── java
│           │   └── com
│           │       └── test
│           │           └── BTClient
│           │               ├── BTClient.java
│           │               └── DeviceListActivity.java
│           └── res
│               ├── drawable-hdpi
│               │   └── icon.png
│               ├── drawable-ldpi
│               │   └── icon.png
│               ├── drawable-mdpi
│               │   └── icon.png
│               ├── layout
│               │   ├── device_list.xml
│               │   ├── device_name.xml
│               │   ├── main.xml
│               │   ├── message.xml
│               │   └── sname.xml
│               ├── menu
│               │   └── option_menu.xml
│               └── values
│                   └── strings.xml
├── build
│   ├── android-profile
│   │   ├── profile-2017-11-19-00-21-22-100.rawproto
│   │   ├── profile-2017-11-19-00-21-22-767.rawproto
│   │   ├── profile-2017-11-19-00-22-03-364.rawproto
│   │   ├── profile-2017-11-19-00-22-10-211.rawproto
│   │   ├── profile-2017-11-19-00-23-07-086.rawproto
│   │   ├── profile-2017-11-19-00-24-19-179.rawproto
│   │   ├── profile-2017-11-19-00-27-17-176.rawproto
│   │   ├── profile-2017-11-19-00-38-09-718.rawproto
│   │   ├── profile-2017-11-19-00-39-55-058.rawproto
│   │   ├── profile-2017-11-19-00-39-59-067.rawproto
│   │   ├── profile-2017-11-19-00-40-45-306.rawproto
│   │   ├── profile-2017-11-19-00-40-50-058.rawproto
│   │   ├── profile-2017-11-19-00-41-38-296.rawproto
│   │   ├── profile-2017-11-19-00-46-09-159.rawproto
│   │   ├── profile-2017-11-19-00-46-56-058.rawproto
│   │   ├── profile-2017-11-19-00-48-11-606.rawproto
│   │   ├── profile-2017-11-19-00-48-46-294.rawproto
│   │   ├── profile-2017-11-19-10-59-32-169.rawproto
│   │   ├── profile-2017-11-19-11-02-26-704.rawproto
│   │   ├── profile-2017-11-19-11-02-40-328.rawproto
│   │   ├── profile-2017-11-19-11-03-20-541.rawproto
│   │   ├── profile-2017-11-19-11-05-03-517.rawproto
│   │   ├── profile-2017-11-19-11-05-17-762.rawproto
│   │   ├── profile-2017-11-19-11-06-13-150.rawproto
│   │   ├── profile-2017-11-19-11-54-18-267.rawproto
│   │   ├── profile-2017-11-19-11-54-26-845.rawproto
│   │   ├── profile-2017-11-19-12-27-20-757.rawproto
│   │   ├── profile-2017-11-19-12-30-19-916.json
│   │   ├── profile-2017-11-19-12-30-19-916.rawproto
│   │   ├── profile-2017-11-19-12-30-29-498.json
│   │   ├── profile-2017-11-19-12-30-29-498.rawproto
│   │   ├── profile-2017-11-19-12-32-03-210.json
│   │   ├── profile-2017-11-19-12-32-03-210.rawproto
│   │   ├── profile-2017-11-19-13-26-27-393.json
│   │   ├── profile-2017-11-19-13-26-27-393.rawproto
│   │   ├── profile-2017-11-19-13-27-05-049.json
│   │   ├── profile-2017-11-19-13-27-05-049.rawproto
│   │   ├── profile-2017-11-19-13-42-11-309.json
│   │   ├── profile-2017-11-19-13-42-11-309.rawproto
│   │   ├── profile-2017-11-19-13-46-40-187.json
│   │   ├── profile-2017-11-19-13-46-40-187.rawproto
│   │   ├── profile-2017-11-19-13-46-54-064.json
│   │   ├── profile-2017-11-19-13-46-54-064.rawproto
│   │   ├── profile-2017-11-19-13-56-49-157.json
│   │   ├── profile-2017-11-19-13-56-49-157.rawproto
│   │   ├── profile-2017-11-19-14-08-42-182.json
│   │   ├── profile-2017-11-19-14-08-42-182.rawproto
│   │   ├── profile-2017-11-19-14-10-18-289.json
│   │   ├── profile-2017-11-19-14-10-18-289.rawproto
│   │   ├── profile-2017-11-19-14-11-42-535.json
│   │   ├── profile-2017-11-19-14-11-42-535.rawproto
│   │   ├── profile-2017-11-19-14-24-00-620.json
│   │   ├── profile-2017-11-19-14-24-00-620.rawproto
│   │   ├── profile-2017-11-19-14-28-07-061.json
│   │   ├── profile-2017-11-19-14-28-07-061.rawproto
│   │   ├── profile-2017-11-19-14-29-00-905.json
│   │   ├── profile-2017-11-19-14-29-00-905.rawproto
│   │   ├── profile-2017-11-19-14-29-54-192.json
│   │   ├── profile-2017-11-19-14-29-54-192.rawproto
│   │   ├── profile-2017-11-19-14-30-04-999.json
│   │   ├── profile-2017-11-19-14-30-04-999.rawproto
│   │   ├── profile-2017-11-19-14-36-27-001.json
│   │   ├── profile-2017-11-19-14-36-27-001.rawproto
│   │   ├── profile-2017-11-19-14-39-45-231.json
│   │   ├── profile-2017-11-19-14-39-45-231.rawproto
│   │   ├── profile-2017-11-19-14-39-50-404.json
│   │   ├── profile-2017-11-19-14-39-50-404.rawproto
│   │   ├── profile-2017-11-19-14-40-06-584.json
│   │   ├── profile-2017-11-19-14-40-06-584.rawproto
│   │   ├── profile-2017-11-19-14-41-57-651.json
│   │   ├── profile-2017-11-19-14-41-57-651.rawproto
│   │   ├── profile-2017-11-19-14-43-13-528.json
│   │   ├── profile-2017-11-19-14-43-13-528.rawproto
│   │   ├── profile-2017-11-19-14-43-30-605.json
│   │   ├── profile-2017-11-19-14-43-30-605.rawproto
│   │   ├── profile-2017-11-19-14-46-12-684.json
│   │   ├── profile-2017-11-19-14-46-12-684.rawproto
│   │   ├── profile-2017-11-19-14-48-45-427.json
│   │   ├── profile-2017-11-19-14-48-45-427.rawproto
│   │   ├── profile-2017-11-19-14-49-03-984.json
│   │   ├── profile-2017-11-19-14-49-03-984.rawproto
│   │   ├── profile-2017-11-19-14-50-49-204.json
│   │   ├── profile-2017-11-19-14-50-49-204.rawproto
│   │   ├── profile-2017-11-19-14-51-01-043.json
│   │   ├── profile-2017-11-19-14-51-01-043.rawproto
│   │   ├── profile-2017-11-19-14-53-56-162.json
│   │   ├── profile-2017-11-19-14-53-56-162.rawproto
│   │   ├── profile-2017-11-19-14-54-58-590.json
│   │   ├── profile-2017-11-19-14-54-58-590.rawproto
│   │   ├── profile-2017-11-19-14-55-35-271.json
│   │   ├── profile-2017-11-19-14-55-35-271.rawproto
│   │   ├── profile-2017-11-19-15-18-13-599.json
│   │   ├── profile-2017-11-19-15-18-13-599.rawproto
│   │   ├── profile-2017-11-19-15-22-45-582.json
│   │   ├── profile-2017-11-19-15-22-45-582.rawproto
│   │   ├── profile-2017-11-19-15-30-56-758.json
│   │   ├── profile-2017-11-19-15-30-56-758.rawproto
│   │   ├── profile-2017-11-19-15-31-23-589.json
│   │   ├── profile-2017-11-19-15-31-23-589.rawproto
│   │   ├── profile-2017-11-19-15-32-54-503.json
│   │   ├── profile-2017-11-19-15-32-54-503.rawproto
│   │   ├── profile-2017-11-19-15-33-15-719.json
│   │   ├── profile-2017-11-19-15-33-15-719.rawproto
│   │   ├── profile-2017-11-19-17-23-08-468.json
│   │   ├── profile-2017-11-19-17-23-08-468.rawproto
│   │   ├── profile-2017-11-19-17-25-03-869.json
│   │   ├── profile-2017-11-19-17-25-03-869.rawproto
│   │   ├── profile-2017-11-19-17-25-18-361.json
│   │   ├── profile-2017-11-19-17-25-18-361.rawproto
│   │   ├── profile-2017-11-19-17-27-23-403.json
│   │   ├── profile-2017-11-19-17-27-23-403.rawproto
│   │   ├── profile-2017-11-19-17-27-42-084.json
│   │   ├── profile-2017-11-19-17-27-42-084.rawproto
│   │   ├── profile-2017-11-19-17-27-56-962.json
│   │   ├── profile-2017-11-19-17-27-56-962.rawproto
│   │   ├── profile-2017-11-19-17-32-18-745.json
│   │   ├── profile-2017-11-19-17-32-18-745.rawproto
│   │   ├── profile-2017-11-19-17-34-28-127.json
│   │   ├── profile-2017-11-19-17-34-28-127.rawproto
│   │   ├── profile-2017-11-19-17-34-48-671.json
│   │   ├── profile-2017-11-19-17-34-48-671.rawproto
│   │   ├── profile-2017-11-19-17-44-34-855.json
│   │   ├── profile-2017-11-19-17-44-34-855.rawproto
│   │   ├── profile-2017-11-19-17-47-50-300.json
│   │   ├── profile-2017-11-19-17-47-50-300.rawproto
│   │   ├── profile-2017-11-19-17-49-24-014.json
│   │   ├── profile-2017-11-19-17-49-24-014.rawproto
│   │   ├── profile-2017-11-19-19-47-02-472.json
│   │   ├── profile-2017-11-19-19-47-02-472.rawproto
│   │   ├── profile-2017-11-19-19-59-34-184.json
│   │   ├── profile-2017-11-19-19-59-34-184.rawproto
│   │   ├── profile-2017-11-19-20-01-04-710.json
│   │   ├── profile-2017-11-19-20-01-04-710.rawproto
│   │   ├── profile-2017-11-19-20-01-42-925.json
│   │   ├── profile-2017-11-19-20-01-42-925.rawproto
│   │   ├── profile-2017-11-19-20-04-32-705.json
│   │   ├── profile-2017-11-19-20-04-32-705.rawproto
│   │   ├── profile-2017-11-19-20-04-43-820.json
│   │   ├── profile-2017-11-19-20-04-43-820.rawproto
│   │   ├── profile-2017-11-19-20-10-02-897.json
│   │   ├── profile-2017-11-19-20-10-02-897.rawproto
│   │   ├── profile-2017-11-19-20-14-00-093.json
│   │   ├── profile-2017-11-19-20-14-00-093.rawproto
│   │   ├── profile-2017-11-19-20-21-30-078.json
│   │   ├── profile-2017-11-19-20-21-30-078.rawproto
│   │   ├── profile-2017-11-19-20-31-42-009.json
│   │   ├── profile-2017-11-19-20-31-42-009.rawproto
│   │   ├── profile-2017-11-19-20-31-52-410.json
│   │   ├── profile-2017-11-19-20-31-52-410.rawproto
│   │   ├── profile-2017-11-19-21-18-00-074.json
│   │   ├── profile-2017-11-19-21-18-00-074.rawproto
│   │   ├── profile-2017-11-19-21-18-03-957.json
│   │   ├── profile-2017-11-19-21-18-03-957.rawproto
│   │   ├── profile-2017-11-19-21-18-11-143.json
│   │   ├── profile-2017-11-19-21-18-11-143.rawproto
│   │   ├── profile-2017-11-19-21-23-32-282.json
│   │   ├── profile-2017-11-19-21-23-32-282.rawproto
│   │   ├── profile-2017-11-19-21-23-36-065.json
│   │   ├── profile-2017-11-19-21-23-36-065.rawproto
│   │   ├── profile-2017-11-19-21-23-47-416.json
│   │   ├── profile-2017-11-19-21-23-47-416.rawproto
│   │   ├── profile-2017-11-19-21-24-15-199.json
│   │   ├── profile-2017-11-19-21-24-15-199.rawproto
│   │   ├── profile-2017-11-19-21-24-19-370.json
│   │   ├── profile-2017-11-19-21-24-19-370.rawproto
│   │   ├── profile-2017-11-19-21-24-44-881.json
│   │   ├── profile-2017-11-19-21-24-44-881.rawproto
│   │   ├── profile-2017-11-19-21-25-58-306.json
│   │   ├── profile-2017-11-19-21-25-58-306.rawproto
│   │   ├── profile-2017-11-19-21-26-47-317.json
│   │   ├── profile-2017-11-19-21-26-47-317.rawproto
│   │   ├── profile-2017-11-19-21-36-27-693.json
│   │   ├── profile-2017-11-19-21-36-27-693.rawproto
│   │   ├── profile-2017-11-19-21-36-37-646.json
│   │   ├── profile-2017-11-19-21-36-37-646.rawproto
│   │   ├── profile-2017-11-19-21-37-32-335.json
│   │   ├── profile-2017-11-19-21-37-32-335.rawproto
│   │   ├── profile-2017-11-19-21-37-40-056.json
│   │   ├── profile-2017-11-19-21-37-40-056.rawproto
│   │   ├── profile-2017-11-19-21-41-49-492.json
│   │   ├── profile-2017-11-19-21-41-49-492.rawproto
│   │   ├── profile-2017-11-19-21-42-01-400.json
│   │   ├── profile-2017-11-19-21-42-01-400.rawproto
│   │   ├── profile-2017-11-19-21-42-13-111.json
│   │   ├── profile-2017-11-19-21-42-13-111.rawproto
│   │   ├── profile-2017-11-19-21-42-26-298.json
│   │   ├── profile-2017-11-19-21-42-26-298.rawproto
│   │   ├── profile-2017-11-19-21-43-01-790.json
│   │   ├── profile-2017-11-19-21-43-01-790.rawproto
│   │   ├── profile-2017-11-19-21-43-04-758.json
│   │   ├── profile-2017-11-19-21-43-04-758.rawproto
│   │   ├── profile-2017-11-19-21-46-17-613.json
│   │   ├── profile-2017-11-19-21-46-17-613.rawproto
│   │   ├── profile-2017-11-19-21-47-31-419.json
│   │   ├── profile-2017-11-19-21-47-31-419.rawproto
│   │   ├── profile-2017-11-19-21-47-40-104.json
│   │   └── profile-2017-11-19-21-47-40-104.rawproto
│   ├── generated
│   │   ├── mockable-android-26.jar
│   │   └── mockable-android-27.jar
│   └── intermediates
│       └── dex-cache
│           └── cache.xml
├── build.gradle
├── gradle
│   └── wrapper
│       ├── gradle-wrapper.jar
│       └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
├── import-summary.txt
├── local.properties
└── settings.gradle

136 directories, 303 files



实例下载地址

蓝牙串口助手app源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 nekroz 发表于: 2023-04-20 16:22 20
hc官网的老版本app,不能控制hc-05

支持(0) 盖楼(回复)

发表评论

(您的评论需要经过审核才能显示)

查看所有1条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警