在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → epass 1000 开发文档及实例.rar

epass 1000 开发文档及实例.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:17.03M
  • 下载次数:6
  • 浏览次数:190
  • 发布时间:2021-11-28
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
epass1000开发文档及多种语言开发的实例,如:java , jsp ,vb, vbScript,asp, asp.net,c#,Delphi,
【实例截图】
【核心代码】
ePass1000ND开发包.rar
└── ePass1000ND开发包
├── PKI
│   └── V2.4-20121023
│   ├── CHANGES.zh-CN.txt
│   ├── Docs
│   │   ├── ePass1000ND_CAPI_C.pdf
│   │   ├── ePass1000ND_Developer_Guide_C.pdf
│   │   ├── ePass1000ND_Hardware_Description_C.pdf
│   │   ├── ePass1000ND_Netscape_C.pdf
│   │   ├── ePass1000ND_RunTime_Package_Installation_Guide_C.pdf
│   │   ├── ePass1000ND_UserGuide_C.pdf
│   │   ├── ePass1000ND_Word_C.pdf
│   │   ├── License_en.rtf
│   │   ├── License_zh-cn.rtf
│   │   ├── readme.zh-cn.txt
│   │   └── Thumbs.db
│   ├── Include
│   │   ├── csp
│   │   │   └── csp_ft.h
│   │   ├── Import.h
│   │   ├── init_header.h
│   │   ├── NGSetup.h
│   │   ├── pkcs11
│   │   │   ├── cryptoki.h
│   │   │   ├── pkcs11f.h
│   │   │   ├── pkcs11.h
│   │   │   └── pkcs11t.h
│   │   └── readme.zh-cn.txt
│   ├── Lib
│   │   ├── lib_x64
│   │   │   ├── CHANGES.zh-CN.txt
│   │   │   ├── ImportCertsDll.dll
│   │   │   ├── ImportCertsDll.lib
│   │   │   ├── init_eps1knd_hid.dll
│   │   │   ├── init_eps1knd_hid.lib
│   │   │   ├── ngp11v211.dll
│   │   │   ├── ngp11v211.lib
│   │   │   └── README.zh-CN.txt
│   │   └── lib_x86
│   │   ├── CHANGES.zh-CN.txt
│   │   ├── ImportCertsDll.dll
│   │   ├── ImportCertsDll.lib
│   │   ├── init_eps1knd_hid.dll
│   │   ├── init_eps1knd_hid.lib
│   │   ├── msvcp60.dll
│   │   ├── ngp11v211.dll
│   │   ├── ngp11v211.lib
│   │   ├── README.zh-CN.txt
│   │   └── setup
│   │   ├── NGSetup.dat
│   │   ├── NGSetup.dll
│   │   ├── NGSetup.lib
│   │   ├── README.zh-CN.txt
│   │   └── RegHidDevice.dll
│   ├── readme.zh-cn.txt
│   ├── Redist
│   │   ├── CHANGES.zh-CN.txt
│   │   ├── cn
│   │   │   └── eps1knd_stdSimpChinese.exe
│   │   ├── en
│   │   │   └── eps1knd_stdEnglish.exe
│   │   ├── ePassNgMgr_EndUser.exe
│   │   ├── lang
│   │   │   ├── ngmgr_1033.lng
│   │   │   └── ngmgr_2052.lng
│   │   └── readme.zh-cn.txt
│   ├── Samples
│   │   ├── CHANGES.zh-CN.txt
│   │   ├── CryptoAPI
│   │   │   ├── readme_zh-CN.txt
│   │   │   └── VC
│   │   │   ├── CSPKeyTest
│   │   │   │   ├── CSPKeyTest.cpp
│   │   │   │   ├── CSPKeyTest.dsp
│   │   │   │   ├── CSPKeyTest.vcproj
│   │   │   │   ├── DeriveKeyTest.cpp
│   │   │   │   ├── DeriveKeyTest.h
│   │   │   │   ├── generic.cpp
│   │   │   │   ├── generic.h
│   │   │   │   ├── Release_x64
│   │   │   │   │   └── CSPKeyTest.exe
│   │   │   │   ├── Release_x86
│   │   │   │   │   └── CSPKeyTest.exe
│   │   │   │   ├── RSA.cpp
│   │   │   │   ├── RSA.h
│   │   │   │   ├── StdAfx.cpp
│   │   │   │   ├── StdAfx.h
│   │   │   │   ├── SysKeyTest.cpp
│   │   │   │   └── SysKeyTest.h
│   │   │   ├── EncryptDecryptFile
│   │   │   │   ├── DecryptFile.cpp
│   │   │   │   ├── DecryptFile.dsp
│   │   │   │   ├── DecryptFile.vcproj
│   │   │   │   ├── EncryptDecryptFile.dsw
│   │   │   │   ├── EncryptFile.cpp
│   │   │   │   ├── EncryptFile.dsp
│   │   │   │   ├── EncryptFile.vcproj
│   │   │   │   ├── generic.cpp
│   │   │   │   ├── generic.h
│   │   │   │   ├── Release_x64
│   │   │   │   │   ├── DecryptFile.exe
│   │   │   │   │   └── EncryptFile.exe
│   │   │   │   └── Release_x86
│   │   │   │   ├── DecryptFile.exe
│   │   │   │   └── EncryptFile.exe
│   │   │   ├── EnumCerts
│   │   │   │   ├── EnumCerts.cpp
│   │   │   │   ├── EnumCerts.dsp
│   │   │   │   ├── EnumCerts.vcproj
│   │   │   │   ├── Release_x64
│   │   │   │   │   └── EnumCerts.exe
│   │   │   │   └── Release_x86
│   │   │   │   └── EnumCerts.exe
│   │   │   ├── ImportSelfSignCert
│   │   │   │   ├── ImportSelfSignCert.cpp
│   │   │   │   ├── ImportSelfSignCert.dsp
│   │   │   │   ├── ImportSelfSignCert.vcproj
│   │   │   │   ├── Release_x64
│   │   │   │   │   └── ImportSelfSignCert.exe
│   │   │   │   ├── Release_x86
│   │   │   │   │   └── ImportSelfSignCert.exe
│   │   │   │   ├── StdAfx.cpp
│   │   │   │   └── StdAfx.h
│   │   │   ├── readme_zh-CN.txt
│   │   │   └── SignatureVerifySignature
│   │   │   ├── Release_x64
│   │   │   │   └── SignatureVerifySignature.exe
│   │   │   ├── Release_x86
│   │   │   │   └── SignatureVerifySignature.exe
│   │   │   ├── SignatureVerifySignature.dsp
│   │   │   ├── SignatureVerifySignature.vcproj
│   │   │   └── SignVerifySign.cpp
│   │   ├── PKCS11
│   │   │   ├── readme_zh-CN.txt
│   │   │   └── VC
│   │   │   ├── EnumObj
│   │   │   │   ├── DlgUserPIN.cpp
│   │   │   │   ├── DlgUserPIN.h
│   │   │   │   ├── EnumObj.cpp
│   │   │   │   ├── EnumObjDlg.cpp
│   │   │   │   ├── EnumObjDlg.h
│   │   │   │   ├── EnumObj.dsp
│   │   │   │   ├── EnumObj.h
│   │   │   │   ├── EnumObj.rc
│   │   │   │   ├── EnumObj.vcproj
│   │   │   │   ├── Release_x64
│   │   │   │   │   └── EnumObj.exe
│   │   │   │   ├── Release_x86
│   │   │   │   │   └── EnumObj.exe
│   │   │   │   ├── res
│   │   │   │   │   ├── EnumObj.ico
│   │   │   │   │   └── EnumObj.rc2
│   │   │   │   ├── Resource.h
│   │   │   │   ├── StdAfx.cpp
│   │   │   │   └── StdAfx.h
│   │   │   ├── exportcert
│   │   │   │   ├── DlgUserPIN.cpp
│   │   │   │   ├── DlgUserPIN.h
│   │   │   │   ├── exportcert.cpp
│   │   │   │   ├── exportcertDlg.cpp
│   │   │   │   ├── exportcertDlg.h
│   │   │   │   ├── exportcert.dsp
│   │   │   │   ├── exportcert.h
│   │   │   │   ├── exportcert.rc
│   │   │   │   ├── exportcert.vcproj
│   │   │   │   ├── Release_x64
│   │   │   │   │   └── exportcert.exe
│   │   │   │   ├── Release_x86
│   │   │   │   │   └── exportcert.exe
│   │   │   │   ├── res
│   │   │   │   │   ├── exportcert.ico
│   │   │   │   │   └── exportcert.rc2
│   │   │   │   ├── Resource.h
│   │   │   │   ├── StdAfx.cpp
│   │   │   │   └── StdAfx.h
│   │   │   ├── GetTokenInfo
│   │   │   │   ├── GetTokenInfo.CPP
│   │   │   │   ├── GetTokenInfo.dsp
│   │   │   │   ├── GetTokenInfo.vcproj
│   │   │   │   ├── Release_x64
│   │   │   │   │   └── GetTokenInfo.exe
│   │   │   │   └── Release_x86
│   │   │   │   └── GetTokenInfo.exe
│   │   │   ├── GetUSBInfos
│   │   │   │   ├── getinfos.cpp
│   │   │   │   ├── getinfos.h
│   │   │   │   ├── getusbinfos.cpp
│   │   │   │   ├── getusbinfos.dsp
│   │   │   │   ├── getusbinfos.vcproj
│   │   │   │   ├── Release_x64
│   │   │   │   │   └── GetUSBInfos.exe
│   │   │   │   ├── Release_x86
│   │   │   │   │   └── GetUSBInfos.exe
│   │   │   │   ├── stdafx.cpp
│   │   │   │   └── stdafx.h
│   │   │   ├── PKCSDemo
│   │   │   │   ├── DlgUserPIN.cpp
│   │   │   │   ├── DlgUserPIN.h
│   │   │   │   ├── PKCSDemo.cpp
│   │   │   │   ├── PKCSDemoDlg.cpp
│   │   │   │   ├── PKCSDemoDlg.h
│   │   │   │   ├── PKCSDemo.dsp
│   │   │   │   ├── PKCSDemo.h
│   │   │   │   ├── PKCSDemo.rc
│   │   │   │   ├── PKCSDemo.vcproj
│   │   │   │   ├── Release_x64
│   │   │   │   │   └── PKCSDemo.exe
│   │   │   │   ├── Release_x86
│   │   │   │   │   └── PKCSDemo.exe
│   │   │   │   ├── res
│   │   │   │   │   ├── PKCSDemo.ico
│   │   │   │   │   └── PKCSDemo.rc2
│   │   │   │   ├── Resource.h
│   │   │   │   ├── StdAfx.cpp
│   │   │   │   └── StdAfx.h
│   │   │   ├── PKCStest
│   │   │   │   ├── BaseAll.cpp
│   │   │   │   ├── BaseAll.h
│   │   │   │   ├── Common.h
│   │   │   │   ├── Des3Test.cpp
│   │   │   │   ├── Des3Test.h
│   │   │   │   ├── DesTest.cpp
│   │   │   │   ├── DesTest.h
│   │   │   │   ├── DHKeyGenTest.cpp
│   │   │   │   ├── DHKeyGenTest.h
│   │   │   │   ├── DSATest.cpp
│   │   │   │   ├── DSATest.h
│   │   │   │   ├── pkcsdemo.cpp
│   │   │   │   ├── PKCStest.dsp
│   │   │   │   ├── PKCStest.vcproj
│   │   │   │   ├── RC2Test.cpp
│   │   │   │   ├── RC2Test.h
│   │   │   │   ├── RC4Test.cpp
│   │   │   │   ├── RC4Test.h
│   │   │   │   ├── Release_x64
│   │   │   │   │   └── PKCStest.exe
│   │   │   │   ├── Release_x86
│   │   │   │   │   └── PKCStest.exe
│   │   │   │   ├── RSATest.cpp
│   │   │   │   ├── RSATest.h
│   │   │   │   └── ShowData.cpp
│   │   │   ├── PKIInit
│   │   │   │   ├── init_header.h
│   │   │   │   ├── PKIInit.cpp
│   │   │   │   ├── PKIInit.dsp
│   │   │   │   ├── PKIInit.vcproj
│   │   │   │   ├── Release_x64
│   │   │   │   │   ├── PKIInit_M32.exe
│   │   │   │   │   └── PKIInit_M8.exe
│   │   │   │   ├── Release_x86
│   │   │   │   │   ├── PKIInit_M32.exe
│   │   │   │   │   └── PKIInit_M8.exe
│   │   │   │   ├── StdAfx.cpp
│   │   │   │   └── StdAfx.h
│   │   │   └── readme_zh-CN.txt
│   │   ├── readme.zh-cn.txt
│   │   ├── Setup
│   │   │   └── vc
│   │   │   ├── readme.zh-cn.txt
│   │   │   └── setup
│   │   │   ├── ReadMe.txt
│   │   │   ├── Release_x86
│   │   │   │   └── Setup_test.exe
│   │   │   ├── res
│   │   │   │   ├── Setup_test.ico
│   │   │   │   └── Setup_test.rc2
│   │   │   ├── resource.h
│   │   │   ├── Setup_test.cpp
│   │   │   ├── Setup_testDlg.cpp
│   │   │   ├── Setup_testDlg.h
│   │   │   ├── Setup_test.dsp
│   │   │   ├── Setup_test.h
│   │   │   ├── Setup_test.rc
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── web
│   │   ├── FtC0m11_JS
│   │   │   ├── FtC0m11_JS.html
│   │   │   ├── image
│   │   │   │   ├── bg_grad.jpg
│   │   │   │   ├── bg_nav.jpg
│   │   │   │   ├── emx_nav_left.css
│   │   │   │   ├── gblnav_left.gif
│   │   │   │   ├── glblnav_selected.gif
│   │   │   │   ├── glbnav_background.gif
│   │   │   │   ├── glbnav_right.gif
│   │   │   │   ├── logo.gif
│   │   │   │   ├── _notes
│   │   │   │   │   └── emx_nav_left.css.mno
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── tl_curve_white.gif
│   │   │   │   └── tr_curve_white.gif
│   │   │   ├── importObject.html
│   │   │   └── _NULRV~K
│   │   ├── FtNp11_JS
│   │   │   ├── image
│   │   │   │   ├── bg_grad.jpg
│   │   │   │   ├── bg_nav.jpg
│   │   │   │   ├── emx_nav_left.css
│   │   │   │   ├── gblnav_left.gif
│   │   │   │   ├── glblnav_selected.gif
│   │   │   │   ├── glbnav_background.gif
│   │   │   │   ├── glbnav_right.gif
│   │   │   │   ├── logo.gif
│   │   │   │   ├── _notes
│   │   │   │   │   └── emx_nav_left.css.mno
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── tl_curve_white.gif
│   │   │   │   └── tr_curve_white.gif
│   │   │   ├── importObject.html
│   │   │   ├── lib_x64
│   │   │   │   └── npft11tool.dll
│   │   │   ├── lib_x86
│   │   │   │   └── npft11tool.dll
│   │   │   ├── npft11tool_JS.html
│   │   │   ├── README.zh-CN.txt
│   │   │   └── 智能卡管理工具接口说明_NP.doc
│   │   ├── lib_x64
│   │   │   └── NG_MgrCtrl.dll
│   │   ├── lib_x86
│   │   │   └── NG_MgrCtrl.dll
│   │   └── README.zh-CN.txt
│   └── Utilities
│   ├── ePassNgMgr.exe
│   ├── lang
│   │   ├── ngmgr_1033.lng
│   │   └── ngmgr_2052.lng
│   ├── PKIINIT
│   │   ├── init_eps1knd_hid.dll
│   │   ├── PKIInit_M32.exe
│   │   └── PKIInit_M8.exe
│   └── readme.zh-cn.txt
└── Private
└── V2.4-20121023
├── Docs
│   ├── ePass1000NDAPI.chm
│   ├── ePass1000ND_Console Editor_C.pdf
│   ├── ePass1000ND_Hardware_Description_C.pdf
│   ├── ePass1000ND_Introduction_C.pdf
│   ├── License_en.rtf
│   ├── readme.zh-cn.txt
│   └── Thumbs.db
├── Include
│   ├── FT_ND_API.h
│   └── readme.zh-cn.txt
├── Lib
│   ├── lib_x64
│   │   ├── FT_ND_API.dll
│   │   ├── FT_ND_API.lib
│   │   ├── FT_ND_FULL.dll
│   │   ├── FT_ND_MOD.dll
│   │   ├── FT_ND_SC.dll
│   │   ├── java
│   │   │   └── epas1kndjni
│   │   │   ├── CePass.class
│   │   │   ├── CHash.class
│   │   │   ├── ePassAPI.class
│   │   │   ├── ePassDef.class
│   │   │   ├── IePass.class
│   │   │   ├── IHash.class
│   │   │   ├── RTException.class
│   │   │   ├── WAccessInfo.class
│   │   │   ├── WDirInfo.class
│   │   │   ├── WFileInfo.class
│   │   │   ├── WSysInfo.class
│   │   │   └── WVersionInfo.class
│   │   ├── JePs1knd.dll
│   │   └── readme.zh-cn.txt
│   ├── lib_x86
│   │   ├── FT_ND_API.dll
│   │   ├── FT_ND_API.lib
│   │   ├── FT_ND_FULL.dll
│   │   ├── FT_ND_MOD.dll
│   │   ├── FT_ND_SC.dll
│   │   ├── java
│   │   │   └── epas1kndjni
│   │   │   ├── CePass.class
│   │   │   ├── CHash.class
│   │   │   ├── ePassAPI.class
│   │   │   ├── ePassDef.class
│   │   │   ├── IePass.class
│   │   │   ├── IHash.class
│   │   │   ├── RTException.class
│   │   │   ├── WAccessInfo.class
│   │   │   ├── WDirInfo.class
│   │   │   ├── WFileInfo.class
│   │   │   ├── WSysInfo.class
│   │   │   └── WVersionInfo.class
│   │   ├── JePs1knd.dll
│   │   ├── msvcp60.dll
│   │   └── readme.zh-cn.txt
│   └── readme.zh-cn.txt
├── readme.zh-cn.txt
├── Redist
│   └── readme.zh-cn.txt
├── Samples
│   ├── Asp
│   │   ├── epsAspInit.exe
│   │   ├── index.htm
│   │   ├── logon.asp
│   │   ├── Readme.txt
│   │   ├── test.css
│   │   └── verify.asp
│   ├── ASP.NET
│   │   ├── C#
│   │   │   ├── epsAspInit.exe
│   │   │   ├── INDEX.HTM
│   │   │   ├── logon.aspx
│   │   │   ├── Readme.txt
│   │   │   ├── test.css
│   │   │   └── verify.aspx
│   │   └── VB.NET
│   │   ├── epsAspInit.exe
│   │   ├── INDEX.HTM
│   │   ├── logon.aspx
│   │   ├── Readme.txt
│   │   ├── test.css
│   │   └── verify.aspx
│   ├── c#
│   │   ├── ePsSample_api
│   │   │   ├── ePsSample_api.csproj
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── readme.zh-cn.txt
│   │   ├── ePsSample_com
│   │   │   ├── ePsSample_com.csproj
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── readme.zh-cn.txt
│   │   └── readme.txt
│   ├── Delphi
│   │   ├── ePsMod.pas
│   │   ├── epsSamp.dpr
│   │   ├── epsSamp.res
│   │   ├── Unit1.dfm
│   │   └── Unit1.pas
│   ├── java
│   │   ├── ePsDemo_crypt.java
│   │   ├── ePsDemo.java
│   │   └── readme.zh-cn.txt
│   ├── jsp
│   │   ├── com.rar
│   │   ├── epsAspInit.exe
│   │   ├── HMAC_MD5.java
│   │   ├── logon.jsp
│   │   ├── readme.txt
│   │   ├── test.css
│   │   └── verify.jsp
│   ├── readme.zh-cn.txt
│   ├── setup
│   │   ├── cab
│   │   │   ├── x64
│   │   │   │   └── install.cab
│   │   │   └── x86
│   │   │   └── install.cab
│   │   ├── _desktop.ini
│   │   ├── readme.zh-cn.txt
│   │   └── webinst
│   │   ├── _desktop.ini
│   │   ├── exec1.html
│   │   ├── exec.html
│   │   ├── files
│   │   │   ├── btn_inst_hover.gif
│   │   │   ├── btn_inst_normal.gif
│   │   │   ├── btn_uninst_hover.gif
│   │   │   ├── btn_uninst_normal.gif
│   │   │   ├── _desktop.ini
│   │   │   ├── install.cab
│   │   │   ├── logo.gif
│   │   │   ├── nulldot.gif
│   │   │   ├── online_inst_1.gif
│   │   │   ├── online_inst_2.gif
│   │   │   ├── online_inst.css
│   │   │   └── uninstall.cab
│   │   └── welcome.html
│   ├── VB
│   │   ├── ePsSample.vbp
│   │   ├── ePsSample.vbw
│   │   ├── frmMain.frm
│   │   ├── frmMain.frx
│   │   ├── modePs1000.bas
│   │   └── Res
│   │   └── EPASS.ICO
│   ├── VBScript
│   │   ├── index.htm
│   │   ├── readme.txt
│   │   └── test.css
│   └── Vc
│   ├── ePass1000NDEdit
│   │   ├── ePass1000NDEdit.cpp
│   │   ├── ePass1000NDEdit.dsp
│   │   ├── ePass1000NDEdit.suo
│   │   ├── ePass1000NDEdit.vcproj
│   │   ├── ReadMe.txt
│   │   ├── Release_x64
│   │   │   └── ePass1000NDEdit.exe
│   │   ├── Release_x86
│   │   │   └── ePass1000NDEdit.exe
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   ├── epsAspInit
│   │   ├── epsAspInit.cpp
│   │   ├── epsAspInitDlg.cpp
│   │   ├── epsAspInitDlg.h
│   │   ├── epsAspInit.dsp
│   │   ├── epsAspInit.h
│   │   ├── epsAspInit.rc
│   │   ├── RES
│   │   │   ├── epsAspInit.ico
│   │   │   └── epsAspInit.rc2
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   └── readme.zh-cn.txt
└── Utilities
├── ePass1000NDEdit.exe
└── readme.zh-cn.txt

119 directories, 400 files

标签:

实例下载地址

epass 1000 开发文档及实例.rar

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警