实例介绍
基于qt平台的halcon读图的basler相机调用。需要将pro文件中的halcon库路径改为你自己安装的路径。
【实例截图】
【核心代码】
BaslerDemo
└── BaslerDemo
├── BaslerDemo
│ ├── BaslerDemo.aps
│ ├── BaslerDemo.cpp
│ ├── BaslerDemoDlg.cpp
│ ├── BaslerDemoDlg.h
│ ├── BaslerDemo.h
│ ├── BaslerDemo.rc
│ ├── BaslerDemo.vcxproj
│ ├── BaslerDemo.vcxproj.filters
│ ├── BaslerDemo.vcxproj.user
│ ├── BaslerEx.cpp
│ ├── BaslerEx.h
│ ├── BaslerSDK
│ │ ├── include
│ │ │ ├── base
│ │ │ │ ├── GCArray.h
│ │ │ │ ├── GCBase.h
│ │ │ │ ├── GCError.h
│ │ │ │ ├── GCException.h
│ │ │ │ ├── GCLinkage.h
│ │ │ │ ├── GCNamespace.h
│ │ │ │ ├── GCRTSSUtilities.h
│ │ │ │ ├── GCString.h
│ │ │ │ ├── GCStringVector.h
│ │ │ │ ├── GCSynch.h
│ │ │ │ ├── GCTypes.h
│ │ │ │ └── GCUtilities.h
│ │ │ ├── clprotocol
│ │ │ │ ├── CLAllAdapter.h
│ │ │ │ ├── ClAllSerial.h
│ │ │ │ ├── CLAutoBuffer.h
│ │ │ │ ├── CLException.h
│ │ │ │ ├── CLPort.h
│ │ │ │ ├── CLProtocol.h
│ │ │ │ ├── CLProtocolLinkage.h
│ │ │ │ ├── ClSerial.h
│ │ │ │ ├── ClSerialTypes.h
│ │ │ │ ├── CVersion.h
│ │ │ │ ├── DeviceID.h
│ │ │ │ ├── ISerialAdapterCStyle.h
│ │ │ │ ├── ISerialAdapter.h
│ │ │ │ ├── ISerial.h
│ │ │ │ └── XMLID.h
│ │ │ ├── genapi
│ │ │ │ ├── Autovector.h
│ │ │ │ ├── ChunkAdapterDcam.h
│ │ │ │ ├── ChunkAdapterGeneric.h
│ │ │ │ ├── ChunkAdapterGEV.h
│ │ │ │ ├── ChunkAdapter.h
│ │ │ │ ├── ChunkAdapterU3V.h
│ │ │ │ ├── ChunkPort.h
│ │ │ │ ├── Compatibility.h
│ │ │ │ ├── Container.h
│ │ │ │ ├── Counter.h
│ │ │ │ ├── DLLLoad.h
│ │ │ │ ├── EnumClasses.h
│ │ │ │ ├── EventAdapter1394.h
│ │ │ │ ├── EventAdapterGeneric.h
│ │ │ │ ├── EventAdapterGEV.h
│ │ │ │ ├── EventAdapter.h
│ │ │ │ ├── EventAdapterU3V.h
│ │ │ │ ├── EventPort.h
│ │ │ │ ├── Filestream.h
│ │ │ │ ├── GenApiDll.h
│ │ │ │ ├── GenApi.h
│ │ │ │ ├── GenApiLinkage.h
│ │ │ │ ├── GenApiNamespace.h
│ │ │ │ ├── GenApiVersion.h
│ │ │ │ ├── IBase.h
│ │ │ │ ├── IBoolean.h
│ │ │ │ ├── ICategory.h
│ │ │ │ ├── IChunkPort.h
│ │ │ │ ├── ICommand.h
│ │ │ │ ├── IDestroy.h
│ │ │ │ ├── IDeviceInfo.h
│ │ │ │ ├── IEnumEntry.h
│ │ │ │ ├── IEnumeration.h
│ │ │ │ ├── IEnumerationT.h
│ │ │ │ ├── IFloat.h
│ │ │ │ ├── IInteger.h
│ │ │ │ ├── INode.h
│ │ │ │ ├── INodeMapDyn.h
│ │ │ │ ├── INodeMap.h
│ │ │ │ ├── IPortConstruct.h
│ │ │ │ ├── IPort.h
│ │ │ │ ├── IPortRecorder.h
│ │ │ │ ├── IRegister.h
│ │ │ │ ├── ISelectorDigit.h
│ │ │ │ ├── ISelector.h
│ │ │ │ ├── IString.h
│ │ │ │ ├── IUserData.h
│ │ │ │ ├── IValue.h
│ │ │ │ ├── NodeCallback.h
│ │ │ │ ├── NodeMapFactory.h
│ │ │ │ ├── NodeMapRef.h
│ │ │ │ ├── Persistence.h
│ │ │ │ ├── Pointer.h
│ │ │ │ ├── PortImpl.h
│ │ │ │ ├── PortWriteList.h
│ │ │ │ ├── Reference.h
│ │ │ │ ├── RegisterSetHelper.h
│ │ │ │ ├── SelectorSet.h
│ │ │ │ ├── StructPort.h
│ │ │ │ ├── Synch.h
│ │ │ │ └── Types.h
│ │ │ ├── genapic
│ │ │ │ ├── GenApiC32BitMethods.h
│ │ │ │ ├── GenApiCDefines.h
│ │ │ │ ├── GenApiCEnums.h
│ │ │ │ ├── GenApiCError.h
│ │ │ │ ├── GenApiC.h
│ │ │ │ ├── GenApiCModule.h
│ │ │ │ └── GenApiCTypes.h
│ │ │ ├── GenICamFwd.h
│ │ │ ├── GenICam.h
│ │ │ ├── _GenICamVersion.h
│ │ │ ├── GenICamVersion.h
│ │ │ ├── pylon
│ │ │ │ ├── 1394
│ │ │ │ │ ├── Basler1394CameraEventHandler.h
│ │ │ │ │ ├── Basler1394Camera.h
│ │ │ │ │ ├── _Basler1394CameraParams.h
│ │ │ │ │ ├── Basler1394ConfigurationEventHandler.h
│ │ │ │ │ ├── Basler1394DeviceInfo.h
│ │ │ │ │ ├── Basler1394GrabResultData.h
│ │ │ │ │ ├── Basler1394GrabResultPtr.h
│ │ │ │ │ ├── Basler1394ImageEventHandler.h
│ │ │ │ │ ├── Basler1394InstantCameraArray.h
│ │ │ │ │ ├── Basler1394InstantCamera.h
│ │ │ │ │ ├── _IIDC1394ChunkData.h
│ │ │ │ │ ├── _IIDC1394EventParams.h
│ │ │ │ │ ├── _IIDC1394StreamParams.h
│ │ │ │ │ ├── Pylon1394Camera.h
│ │ │ │ │ └── Pylon1394Includes.h
│ │ │ │ ├── AcquireContinuousConfiguration.h
│ │ │ │ ├── AcquireSingleFrameConfiguration.h
│ │ │ │ ├── AviCompressionOptions.h
│ │ │ │ ├── AviWriter.h
│ │ │ │ ├── BufferFactory.h
│ │ │ │ ├── Callback.h
│ │ │ │ ├── CameraEventHandler.h
│ │ │ │ ├── cameralink
│ │ │ │ │ ├── BaslerCameraLinkCameraEventHandler.h
│ │ │ │ │ ├── BaslerCameraLinkCamera.h
│ │ │ │ │ ├── _BaslerCameraLinkCameraParams.h
│ │ │ │ │ ├── BaslerCameraLinkConfigurationEventHandler.h
│ │ │ │ │ ├── BaslerCameraLinkDeviceInfo.h
│ │ │ │ │ ├── BaslerCameraLinkGrabResultData.h
│ │ │ │ │ ├── BaslerCameraLinkGrabResultPtr.h
│ │ │ │ │ ├── BaslerCameraLinkImageEventHandler.h
│ │ │ │ │ ├── BaslerCameraLinkInstantCameraArray.h
│ │ │ │ │ ├── BaslerCameraLinkInstantCamera.h
│ │ │ │ │ ├── PylonCameraLinkCamera.h
│ │ │ │ │ ├── PylonCameraLinkIncludes.h
│ │ │ │ │ ├── PylonCLSerDefs.h
│ │ │ │ │ ├── PylonCLSerDeviceInfo.h
│ │ │ │ │ └── PylonCLSerIncludes.h
│ │ │ │ ├── ChunkParser.h
│ │ │ │ ├── ConfigurationEventHandler.h
│ │ │ │ ├── Container.h
│ │ │ │ ├── DeviceAccessMode.h
│ │ │ │ ├── DeviceClass.h
│ │ │ │ ├── DeviceFactory.h
│ │ │ │ ├── Device.h
│ │ │ │ ├── DeviceInfo.h
│ │ │ │ ├── EventAdapter.h
│ │ │ │ ├── EventGrabber.h
│ │ │ │ ├── EventGrabberProxy.h
│ │ │ │ ├── FeaturePersistence.h
│ │ │ │ ├── gige
│ │ │ │ │ ├── ActionTriggerConfiguration.h
│ │ │ │ │ ├── BaslerGigECameraEventHandler.h
│ │ │ │ │ ├── BaslerGigECamera.h
│ │ │ │ │ ├── _BaslerGigECameraParams.h
│ │ │ │ │ ├── BaslerGigEConfigurationEventHandler.h
│ │ │ │ │ ├── BaslerGigEDeviceInfo.h
│ │ │ │ │ ├── BaslerGigEGrabResultData.h
│ │ │ │ │ ├── BaslerGigEGrabResultPtr.h
│ │ │ │ │ ├── BaslerGigEImageEventHandler.h
│ │ │ │ │ ├── BaslerGigEInstantCameraArray.h
│ │ │ │ │ ├── BaslerGigEInstantCamera.h
│ │ │ │ │ ├── _GigEChunkData.h
│ │ │ │ │ ├── _GigEEventParams.h
│ │ │ │ │ ├── _GigEStreamParams.h
│ │ │ │ │ ├── _GigETLParams.h
│ │ │ │ │ ├── GigETransportLayer.h
│ │ │ │ │ ├── PylonGigECamera.h
│ │ │ │ │ ├── PylonGigEDevice.h
│ │ │ │ │ ├── PylonGigEDeviceProxy.h
│ │ │ │ │ ├── PylonGigE.h
│ │ │ │ │ └── PylonGigEIncludes.h
│ │ │ │ ├── GrabResultData.h
│ │ │ │ ├── GrabResultPtr.h
│ │ │ │ ├── ImageEventHandler.h
│ │ │ │ ├── ImageFormatConverter.h
│ │ │ │ ├── _ImageFormatConverterParams.h
│ │ │ │ ├── ImageFormat.h
│ │ │ │ ├── Image.h
│ │ │ │ ├── ImagePersistence.h
│ │ │ │ ├── Info.h
│ │ │ │ ├── InstantCameraArray.h
│ │ │ │ ├── InstantCamera.h
│ │ │ │ ├── _InstantCameraParams.h
│ │ │ │ ├── InterfaceInfo.h
│ │ │ │ ├── NodeMapProxy.h
│ │ │ │ ├── PayloadType.h
│ │ │ │ ├── PixelData.h
│ │ │ │ ├── PixelFormatConverterBayer16.h
│ │ │ │ ├── PixelFormatConverterBayer.h
│ │ │ │ ├── PixelFormatConverterGamma.h
│ │ │ │ ├── PixelFormatConverterGammaPacked.h
│ │ │ │ ├── PixelFormatConverter.h
│ │ │ │ ├── PixelFormatConverterMonoPacked.h
│ │ │ │ ├── PixelFormatConverterMonoXX.h
│ │ │ │ ├── PixelFormatConverterRGB.h
│ │ │ │ ├── PixelFormatConverterTruncate.h
│ │ │ │ ├── PixelFormatConverterTruncatePacked.h
│ │ │ │ ├── PixelFormatConverterYUV422.h
│ │ │ │ ├── Pixel.h
│ │ │ │ ├── PixelType.h
│ │ │ │ ├── PixelTypeMapper.h
│ │ │ │ ├── Platform.h
│ │ │ │ ├── private
│ │ │ │ │ ├── DeviceSpecificCameraEventHandlerTie.h
│ │ │ │ │ ├── DeviceSpecificConfigurationEventHandlerTie.h
│ │ │ │ │ ├── DeviceSpecificGrabResultPtr.h
│ │ │ │ │ ├── DeviceSpecificImageEventHandlerTie.h
│ │ │ │ │ ├── DeviceSpecificInstantCameraArray.h
│ │ │ │ │ └── DeviceSpecificInstantCamera.h
│ │ │ │ ├── PylonBase.h
│ │ │ │ ├── PylonBitmapImage.h
│ │ │ │ ├── PylonDeviceProxy.h
│ │ │ │ ├── PylonGUI.h
│ │ │ │ ├── PylonGUIIncludes.h
│ │ │ │ ├── PylonImageBase.h
│ │ │ │ ├── PylonImage.h
│ │ │ │ ├── PylonIncludes.h
│ │ │ │ ├── PylonLinkage.h
│ │ │ │ ├── PylonUtility.h
│ │ │ │ ├── PylonUtilityIncludes.h
│ │ │ │ ├── PylonVersion.h
│ │ │ │ ├── PylonVersionInfo.h
│ │ │ │ ├── PylonVersionNumber.h
│ │ │ │ ├── Result.h
│ │ │ │ ├── ResultImage.h
│ │ │ │ ├── ReusableImage.h
│ │ │ │ ├── SfncVersion.h
│ │ │ │ ├── SoftwareTriggerConfiguration.h
│ │ │ │ ├── stdinclude.h
│ │ │ │ ├── StreamGrabber.h
│ │ │ │ ├── StreamGrabberProxy.h
│ │ │ │ ├── ThreadPriority.h
│ │ │ │ ├── TlFactory.h
│ │ │ │ ├── TlInfo.h
│ │ │ │ ├── TransportLayer.h
│ │ │ │ ├── TypeMappings.h
│ │ │ │ ├── usb
│ │ │ │ │ ├── BaslerUsbCameraEventHandler.h
│ │ │ │ │ ├── BaslerUsbCamera.h
│ │ │ │ │ ├── _BaslerUsbCameraParams.h
│ │ │ │ │ ├── BaslerUsbConfigurationEventHandler.h
│ │ │ │ │ ├── BaslerUsbDeviceInfo.h
│ │ │ │ │ ├── BaslerUsbGrabResultData.h
│ │ │ │ │ ├── BaslerUsbGrabResultPtr.h
│ │ │ │ │ ├── BaslerUsbImageEventHandler.h
│ │ │ │ │ ├── BaslerUsbInstantCameraArray.h
│ │ │ │ │ ├── BaslerUsbInstantCamera.h
│ │ │ │ │ ├── PylonUsbCamera.h
│ │ │ │ │ ├── PylonUsbDefs.h
│ │ │ │ │ ├── PylonUsbIncludes.h
│ │ │ │ │ ├── _UsbChunkData.h
│ │ │ │ │ ├── _UsbEventParams.h
│ │ │ │ │ ├── _UsbStreamParams.h
│ │ │ │ │ └── _UsbTLParams.h
│ │ │ │ ├── WaitObject.h
│ │ │ │ ├── WaitObjects.h
│ │ │ │ └── XmlFileProvider.h
│ │ │ └── pylonc
│ │ │ ├── PylonAviCompressionOptions.h
│ │ │ ├── PylonC32BitMethods.h
│ │ │ ├── PylonCDefines.h
│ │ │ ├── PylonCEnums.h
│ │ │ ├── PylonCError.h
│ │ │ ├── PylonC.h
│ │ │ └── PylonCModule.h
│ │ └── lib
│ │ └── Win32
│ │ ├── GCBase_MD_VC120_v3_0_Basler_pylon_v5_0.lib
│ │ ├── GenApi_MD_VC120_v3_0_Basler_pylon_v5_0.lib
│ │ ├── PylonBase_MD_VC120_v5_0.lib
│ │ ├── PylonC_MD_BCC55.lib
│ │ ├── PylonC_MD_VC120.lib
│ │ ├── PylonGUI_MD_VC120_v5_0.lib
│ │ └── PylonUtility_MD_VC120_v5_0.lib
│ ├── HalconSDK
│ │ ├── bin
│ │ │ ├── halconcpp.dll
│ │ │ ├── halcon.dll
│ │ │ └── license.dat
│ │ ├── include
│ │ │ ├── com
│ │ │ │ ├── HalconCOM.h
│ │ │ │ ├── HalconXimport.h
│ │ │ │ ├── HalconXimport_i.c
│ │ │ │ └── HalconXimport.idl
│ │ │ ├── cpp
│ │ │ │ ├── HalconCpp.h
│ │ │ │ ├── HBarCode1D.h
│ │ │ │ ├── HBarCode2D.h
│ │ │ │ ├── HBarCode.h
│ │ │ │ ├── HBarrier.h
│ │ │ │ ├── HBgEsti.h
│ │ │ │ ├── HByteImage.h
│ │ │ │ ├── HByteRegion.h
│ │ │ │ ├── HCalibData.h
│ │ │ │ ├── HCalibModel.h
│ │ │ │ ├── HCameraSetupModel.h
│ │ │ │ ├── HClassBox.h
│ │ │ │ ├── HClassGmm.h
│ │ │ │ ├── HClassLUT.h
│ │ │ │ ├── HClassMlp.h
│ │ │ │ ├── HClassSvm.h
│ │ │ │ ├── HColorTransLUT.h
│ │ │ │ ├── HComplexImage.h
│ │ │ │ ├── HComponentModel.h
│ │ │ │ ├── HComponentTraining.h
│ │ │ │ ├── HComputeDevice.h
│ │ │ │ ├── HCondition.h
│ │ │ │ ├── HConvol.h
│ │ │ │ ├── HCPPGlobal.h
│ │ │ │ ├── HCPPToolRef.h
│ │ │ │ ├── HCPPUtil.h
│ │ │ │ ├── HDataCode2D.h
│ │ │ │ ├── HDeformableModel.h
│ │ │ │ ├── HDescriptorModel.h
│ │ │ │ ├── HDevWindowStack.h
│ │ │ │ ├── HDistribution.h
│ │ │ │ ├── HDRegion.h
│ │ │ │ ├── HEvent.h
│ │ │ │ ├── HException.h
│ │ │ │ ├── HFile.h
│ │ │ │ ├── HFloatImage.h
│ │ │ │ ├── HFramegrabber.h
│ │ │ │ ├── HFunction1D.h
│ │ │ │ ├── HGnuplot.h
│ │ │ │ ├── HImageArray.h
│ │ │ │ ├── HImage.h
│ │ │ │ ├── HInt1Image.h
│ │ │ │ ├── HInt2Image.h
│ │ │ │ ├── HInt4Image.h
│ │ │ │ ├── HInterfaceCPP.h
│ │ │ │ ├── HIOStream.h
│ │ │ │ ├── HIterator.h
│ │ │ │ ├── HLexicon.h
│ │ │ │ ├── HLUT.h
│ │ │ │ ├── HMatrix.h
│ │ │ │ ├── HMeasure.h
│ │ │ │ ├── HMultiImage.h
│ │ │ │ ├── HMutex.h
│ │ │ │ ├── HNCCModel.h
│ │ │ │ ├── HNumeric.h
│ │ │ │ ├── HObjectModel3D.h
│ │ │ │ ├── HOCRBox.h
│ │ │ │ ├── HOCRMlp.h
│ │ │ │ ├── HOCRSvm.h
│ │ │ │ ├── HOCV.h
│ │ │ │ ├── HOperator.h
│ │ │ │ ├── HPixVal.h
│ │ │ │ ├── HPrimitives.h
│ │ │ │ ├── HQuadRegion.h
│ │ │ │ ├── HRectangle.h
│ │ │ │ ├── HRegionArray.h
│ │ │ │ ├── HRegion.h
│ │ │ │ ├── HRLRegion.h
│ │ │ │ ├── HSemImage.h
│ │ │ │ ├── HSerial.h
│ │ │ │ ├── HShapeModel3D.h
│ │ │ │ ├── HShapeModel.h
│ │ │ │ ├── HSheetOfLightModel.h
│ │ │ │ ├── HSocket.h
│ │ │ │ ├── HStereoModel.h
│ │ │ │ ├── HStrEl2D.h
│ │ │ │ ├── HSurfaceMatchingResult.h
│ │ │ │ ├── HSurfaceModel.h
│ │ │ │ ├── HTemplate.h
│ │ │ │ ├── HTextModel.h
│ │ │ │ ├── HTextResult.h
│ │ │ │ ├── HTools.h
│ │ │ │ ├── HTuple.h
│ │ │ │ ├── HUInt2Image.h
│ │ │ │ ├── HVariationModel.h
│ │ │ │ ├── HWindow.h
│ │ │ │ ├── HXLDArray.h
│ │ │ │ ├── HXLDContArray.h
│ │ │ │ ├── HXLDCont.h
│ │ │ │ ├── HXLDExtParaArray.h
│ │ │ │ ├── HXLDExtPara.h
│ │ │ │ ├── HXLD.h
│ │ │ │ ├── HXLDModParaArray.h
│ │ │ │ ├── HXLDModPara.h
│ │ │ │ ├── HXLDParaArray.h
│ │ │ │ ├── HXLDPara.h
│ │ │ │ ├── HXLDPolyArray.h
│ │ │ │ └── HXLDPoly.h
│ │ │ ├── HalconCDefs.h
│ │ │ ├── HalconC.h
│ │ │ ├── Halcon.h
│ │ │ ├── HBase.h
│ │ │ ├── HConst.h
│ │ │ ├── HCtype.h
│ │ │ ├── HDeclSpec.h
│ │ │ ├── hdevengine
│ │ │ │ └── HDevEngineCpp.h
│ │ │ ├── HErrorDef.h
│ │ │ ├── HExtern.h
│ │ │ ├── HIntDef.h
│ │ │ ├── HInterfaceC.h
│ │ │ ├── hlib
│ │ │ │ ├── CIOFrameGrab.h
│ │ │ │ ├── CORE1.h
│ │ │ │ ├── DBNew.h
│ │ │ │ ├── HAlloc.h
│ │ │ │ ├── HBaseGP.h
│ │ │ │ ├── HError.h
│ │ │ │ ├── HInstance.h
│ │ │ │ ├── HRLClip.h
│ │ │ │ ├── HXLD.h
│ │ │ │ └── IOSpy.h
│ │ │ ├── HMacro.h
│ │ │ ├── HParallel.h
│ │ │ ├── HProto.h
│ │ │ ├── HSync.h
│ │ │ ├── HVersNum.h
│ │ │ └── IPType.h
│ │ └── lib
│ │ ├── halconc.lib
│ │ ├── halconcpp.lib
│ │ ├── halconcppxl.lib
│ │ ├── halconcxl.lib
│ │ ├── halcon.lib
│ │ ├── halconx.lib
│ │ ├── halconxl.lib
│ │ ├── halconxxl.lib
│ │ ├── hdevenginecpp.lib
│ │ ├── hdevenginecppxl.lib
│ │ ├── hdevenginex.lib
│ │ └── hdevenginexxl.lib
│ ├── ReadMe.txt
│ ├── res
│ │ ├── BaslerDemo.ico
│ │ └── BaslerDemo.rc2
│ ├── resource.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ └── targetver.h
├── BaslerDemo.sln
├── BaslerDemo.suo
└── Bin
├── BaslerDemo.exe
├── BaslerDemo.ilk
├── BaslerDemo.pdb
├── halconcpp.dll
├── halcon.dll
└── license.dat
27 directories, 438 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论