实例介绍
c#做的窗体应用程序。经销存管理系统。包含源码和数据库。sql server 数据库。ADO.net源码。可以供初学者参考参考的。
【实例截图】
【核心代码】
经销存管理源码
└── 经销存管理源码
├── CHEXC
│ ├── CHEXC.csproj
│ ├── CHEXC.csproj.user
│ ├── CHEXC.sln
│ ├── CHEXC.suo
│ ├── ClassDiagram1.cd
│ ├── ClassInfo
│ │ └── Dataclass.cs
│ ├── GoodMenthod
│ │ ├── Mymodel.cs
│ │ └── mymodule.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── CAC96J45.jpg
│ │ ├── bg.JPG
│ │ ├── 背景.bmp
│ │ └── 背景1.bmp
│ ├── bin
│ │ ├── Debug
│ │ │ ├── CHEXC.exe
│ │ │ ├── CHEXC.pdb
│ │ │ ├── CHEXC.vshost.exe
│ │ │ ├── CHEXC.vshost.exe.manifest
│ │ │ ├── IrisSkin2.dll
│ │ │ └── skin
│ │ │ ├── Carlmness
│ │ │ │ ├── Calmness.ssk
│ │ │ │ ├── CalmnessColor1.ssk
│ │ │ │ ├── CalmnessColor2.ssk
│ │ │ │ ├── calmness.gif
│ │ │ │ ├── calmness_color1.gif
│ │ │ │ └── calmness_color2.gif
│ │ │ ├── Deep
│ │ │ │ ├── DeepCyan.ssk
│ │ │ │ ├── DeepGreen.ssk
│ │ │ │ ├── DeepOrange.ssk
│ │ │ │ ├── deepcyan.gif
│ │ │ │ ├── deepgreen.gif
│ │ │ │ └── deeporange.gif
│ │ │ ├── Diamond
│ │ │ │ ├── DiamondBlue.ssk
│ │ │ │ ├── DiamondGreen.ssk
│ │ │ │ ├── diamondblue.gif
│ │ │ │ └── diamondgreen.gif
│ │ │ ├── Eighteen
│ │ │ │ ├── Eighteen.ssk
│ │ │ │ ├── EighteenColor1.ssk
│ │ │ │ ├── EighteenColor2.ssk
│ │ │ │ ├── eighteen.gif
│ │ │ │ ├── eighteen_color1.gif
│ │ │ │ └── eighteen_color2.gif
│ │ │ ├── Emerald
│ │ │ │ ├── Emerald.ssk
│ │ │ │ ├── EmeraldColor1.ssk
│ │ │ │ ├── EmeraldColor2.ssk
│ │ │ │ ├── EmeraldColor3.ssk
│ │ │ │ ├── emerald.gif
│ │ │ │ ├── emerald_color1.gif
│ │ │ │ ├── emerald_color2.gif
│ │ │ │ └── emerald_color3.gif
│ │ │ ├── Glass
│ │ │ │ ├── GlassBrown.ssk
│ │ │ │ ├── GlassGreen.ssk
│ │ │ │ ├── GlassOrange.ssk
│ │ │ │ ├── glassbrown.gif
│ │ │ │ ├── glassgreen.gif
│ │ │ │ └── glassorange.gif
│ │ │ ├── Longhorn
│ │ │ │ ├── Longhorn.ssk
│ │ │ │ └── longhorn.gif
│ │ │ ├── MP10
│ │ │ │ ├── MP10.ssk
│ │ │ │ └── mp10.gif
│ │ │ ├── MSN
│ │ │ │ ├── MSN.ssk
│ │ │ │ └── msn.gif
│ │ │ ├── MacOS
│ │ │ │ ├── MacOS.ssk
│ │ │ │ └── macos.gif
│ │ │ ├── Midsummer
│ │ │ │ ├── Midsummer.ssk
│ │ │ │ ├── MidsummerColor1.ssk
│ │ │ │ ├── MidsummerColor2.ssk
│ │ │ │ ├── MidsummerColor3.ssk
│ │ │ │ ├── midsummer.gif
│ │ │ │ ├── midsummer_color1.gif
│ │ │ │ ├── midsummer_color2.gif
│ │ │ │ └── midsummer_color3.gif
│ │ │ ├── One
│ │ │ │ ├── OneBlue.ssk
│ │ │ │ ├── OneCyan.ssk
│ │ │ │ ├── OneGreen.ssk
│ │ │ │ ├── OneOrange.ssk
│ │ │ │ ├── oneblue.gif
│ │ │ │ ├── onecyan.gif
│ │ │ │ ├── onegreen.gif
│ │ │ │ └── oneorange.gif
│ │ │ ├── Page
│ │ │ │ ├── Page.ssk
│ │ │ │ ├── PageColor1.ssk
│ │ │ │ ├── PageColor2.ssk
│ │ │ │ ├── page.gif
│ │ │ │ ├── page_color1.gif
│ │ │ │ └── page_color2.gif
│ │ │ ├── RealOne
│ │ │ │ ├── RealOne.ssk
│ │ │ │ └── realone.gif
│ │ │ ├── Silver
│ │ │ │ ├── Silver.ssk
│ │ │ │ ├── SilverColor1.ssk
│ │ │ │ ├── SilverColor2.ssk
│ │ │ │ ├── silver.gif
│ │ │ │ ├── silver_color1.gif
│ │ │ │ └── silver_color2.gif
│ │ │ ├── Sports
│ │ │ │ ├── SportsBlack.ssk
│ │ │ │ ├── SportsBlue.ssk
│ │ │ │ ├── SportsCyan.ssk
│ │ │ │ ├── SportsGreen.ssk
│ │ │ │ ├── SportsOrange.ssk
│ │ │ │ ├── sportsblack.gif
│ │ │ │ ├── sportsblue.gif
│ │ │ │ ├── sportscyan.gif
│ │ │ │ ├── sportsgreen.gif
│ │ │ │ └── sportsorange.gif
│ │ │ ├── Steel
│ │ │ │ ├── SteelBlack.ssk
│ │ │ │ ├── SteelBlue.ssk
│ │ │ │ ├── steelblack.gif
│ │ │ │ └── steelblue.gif
│ │ │ ├── Vista1
│ │ │ │ ├── vista1.gif
│ │ │ │ ├── vista1.ssk
│ │ │ │ ├── vista1_green.gif
│ │ │ │ └── vista1_green.ssk
│ │ │ ├── Vista2
│ │ │ │ ├── Vista2_color1.ssk
│ │ │ │ ├── Vista2_color2.ssk
│ │ │ │ ├── Vista2_color3.ssk
│ │ │ │ ├── Vista2_color4.ssk
│ │ │ │ ├── Vista2_color5.ssk
│ │ │ │ ├── Vista2_color6.ssk
│ │ │ │ ├── Vista2_color7.ssk
│ │ │ │ ├── vista2_color1.gif
│ │ │ │ ├── vista2_color2.gif
│ │ │ │ ├── vista2_color3.gif
│ │ │ │ ├── vista2_color4.gif
│ │ │ │ ├── vista2_color5.gif
│ │ │ │ ├── vista2_color6.gif
│ │ │ │ └── vista2_color7.gif
│ │ │ ├── Warm
│ │ │ │ ├── Warm
│ │ │ │ ├── Warm.ssk
│ │ │ │ ├── WarmColor2.ssk
│ │ │ │ ├── WarmColor3.ssk
│ │ │ │ ├── warm.gif
│ │ │ │ ├── warm_color1.gif
│ │ │ │ ├── warm_color2.gif
│ │ │ │ └── warm_color3.gif
│ │ │ ├── Wave
│ │ │ │ ├── Wave.ssk
│ │ │ │ ├── WaveColor1.ssk
│ │ │ │ ├── WaveColor2.ssk
│ │ │ │ ├── wave.gif
│ │ │ │ ├── wave_color1.gif
│ │ │ │ └── wave_color2.gif
│ │ │ └── WinXP
│ │ │ ├── XPBlue.ssk
│ │ │ ├── XPGreen.ssk
│ │ │ ├── XPOrange.ssk
│ │ │ ├── XPSilver.ssk
│ │ │ ├── xpblue.gif
│ │ │ ├── xpgreen.gif
│ │ │ ├── xporange.gif
│ │ │ └── xpsilver.gif
│ │ └── Release
│ │ ├── CHEXC.exe
│ │ ├── CHEXC.pdb
│ │ └── IrisSkin2.dll
│ ├── db_CSManage.bak
│ ├── frmCompanyInfo.Designer.cs
│ ├── frmCompanyInfo.cs
│ ├── frmCompanyInfo.resx
│ ├── frmDataBack.Designer.cs
│ ├── frmDataBack.cs
│ ├── frmDataBack.resx
│ ├── frmDataReole.Designer.cs
│ ├── frmDataReole.cs
│ ├── frmDataReole.resx
│ ├── frmEmoInfo.Designer.cs
│ ├── frmEmoInfo.cs
│ ├── frmEmoInfo.resx
│ ├── frmFindGoodsInfo.Designer.cs
│ ├── frmFindGoodsInfo.cs
│ ├── frmFindGoodsInfo.resx
│ ├── frmGonYingShang.Designer.cs
│ ├── frmGonYingShang.cs
│ ├── frmGonYingShang.resx
│ ├── frmGoodID.Designer.cs
│ ├── frmGoodID.cs
│ ├── frmGoodID.resx
│ ├── frmJhGoodsInfo.Designer.cs
│ ├── frmJhGoodsInfo.cs
│ ├── frmJhGoodsInfo.resx
│ ├── frmKcGoodFind.Designer.cs
│ ├── frmKcGoodFind.cs
│ ├── frmKcGoodFind.resx
│ ├── frmKcGoods.Designer.cs
│ ├── frmKcGoods.cs
│ ├── frmKcGoods.resx
│ ├── frmLogin.Designer.cs
│ ├── frmLogin.cs
│ ├── frmLogin.resx
│ ├── frmMain.Designer.cs
│ ├── frmMain.cs
│ ├── frmMain.resx
│ ├── frmSellGoodInfo.Designer.cs
│ ├── frmSellGoodInfo.cs
│ ├── frmSellGoodInfo.resx
│ ├── frmSellGoods.Designer.cs
│ ├── frmSellGoods.cs
│ ├── frmSellGoods.resx
│ ├── frmThGoodsInfo.Designer.cs
│ ├── frmThGoodsInfo.cs
│ ├── frmThGoodsInfo.resx
│ ├── mymodule.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── CHEXC.Properties.Resources.resources
│ │ │ ├── CHEXC.csproj.FileListAbsolute.txt
│ │ │ ├── CHEXC.csproj.GenerateResource.Cache
│ │ │ ├── CHEXC.exe
│ │ │ ├── CHEXC.frmCompanyInfo.resources
│ │ │ ├── CHEXC.frmDataBack.resources
│ │ │ ├── CHEXC.frmDataReole.resources
│ │ │ ├── CHEXC.frmEmoInfo.resources
│ │ │ ├── CHEXC.frmFindGoodsInfo.resources
│ │ │ ├── CHEXC.frmGonYings.resources
│ │ │ ├── CHEXC.frmGoodID.resources
│ │ │ ├── CHEXC.frmJhGoodsInfo.resources
│ │ │ ├── CHEXC.frmKcGoodFind.resources
│ │ │ ├── CHEXC.frmKcGoods.resources
│ │ │ ├── CHEXC.frmLogin.resources
│ │ │ ├── CHEXC.frmMain.resources
│ │ │ ├── CHEXC.frmSellGoodInfo.resources
│ │ │ ├── CHEXC.frmSellGoods.resources
│ │ │ ├── CHEXC.frmThGoodsInfo.resources
│ │ │ ├── CHEXC.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── Release
│ │ ├── CHEXC.Properties.Resources.resources
│ │ ├── CHEXC.csproj.FileListAbsolute.txt
│ │ ├── CHEXC.csproj.GenerateResource.Cache
│ │ ├── CHEXC.exe
│ │ ├── CHEXC.frmCompanyInfo.resources
│ │ ├── CHEXC.frmDataBack.resources
│ │ ├── CHEXC.frmDataReole.resources
│ │ ├── CHEXC.frmEmoInfo.resources
│ │ ├── CHEXC.frmFindGoodsInfo.resources
│ │ ├── CHEXC.frmGonYings.resources
│ │ ├── CHEXC.frmGoodID.resources
│ │ ├── CHEXC.frmJhGoodsInfo.resources
│ │ ├── CHEXC.frmKcGoodFind.resources
│ │ ├── CHEXC.frmKcGoods.resources
│ │ ├── CHEXC.frmLogin.resources
│ │ ├── CHEXC.frmMain.resources
│ │ ├── CHEXC.frmSellGoodInfo.resources
│ │ ├── CHEXC.frmSellGoods.resources
│ │ ├── CHEXC.frmThGoodsInfo.resources
│ │ ├── CHEXC.pdb
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ └── 复件 INage2
│ └── study
│ ├── QQFarm
│ │ └── image
│ │ ├── buy.jpg
│ │ ├── friend2.jpg
│ │ ├── ground1.jpg
│ │ ├── ground_space.jpg
│ │ ├── help2.bmp
│ │ ├── help2.jpg
│ │ ├── u=191254439,1656559215&fm=0&gp=0.jpg
│ │ ├── 发芽.jpg
│ │ ├── 小麦.jpg
│ │ ├── 牧草.jpg
│ │ ├── 装饰.jpg
│ │ ├── 香焦.jpg
│ │ ├── 交水1.jpg
│ │ ├── 开花1.jpg
│ │ ├── 收获1.jpg
│ │ ├── 查看1.jpg
│ │ ├── 清空1.jpg
│ │ ├── 种子1.jpg
│ │ ├── 耕地1.jpg
│ │ ├── 除草1.jpg
│ │ ├── 除虫1.jpg
│ │ ├── 种子11.jpg
│ │ ├── 交水2.jpg
│ │ ├── 仓库2.jpg
│ │ ├── 商店2.jpg
│ │ ├── 收获2.jpg
│ │ ├── 果实2.jpg
│ │ ├── 礼物2.jpg
│ │ ├── 种子2.jpg
│ │ ├── 耕地2.jpg
│ │ ├── 除草2.jpg
│ │ ├── 除虫2.jpg
│ │ └── 开心农场背景.jpg
│ ├── animals
│ │ ├── dongwu
│ │ │ ├── Animal.cs
│ │ │ ├── Dog.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── dongwu.exe
│ │ │ │ ├── dongwu.pdb
│ │ │ │ ├── dongwu.vshost.exe
│ │ │ │ └── dongwu.vshost.exe.manifest
│ │ │ ├── dongwu.csproj
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── dongwu.Form1.resources
│ │ │ ├── dongwu.Properties.Resources.resources
│ │ │ ├── dongwu.csproj.FileListAbsolute.txt
│ │ │ ├── dongwu.csproj.GenerateResource.Cache
│ │ │ ├── dongwu.exe
│ │ │ └── dongwu.pdb
│ │ ├── dongwu.sln
│ │ └── dongwu.suo
│ └── 幸运者NEW
│ ├── UpgradeLog.XML
│ ├── WindowsApplication1
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── 08261_2.jpg
│ │ │ ├── but1.bmp
│ │ │ ├── but2.bmp
│ │ │ ├── hncebg2.jpg
│ │ │ └── 课件图片23.jpg
│ │ ├── WindowsApplication1.csproj
│ │ ├── WindowsApplication1.csproj.user
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── AxInterop.WMPLib.dll
│ │ │ ├── Interop.WMPLib.dll
│ │ │ ├── MTV-Music.mpa
│ │ │ ├── MotionD09-Music.mpa
│ │ │ ├── ready.wav
│ │ │ └── start.wav
│ │ └── obj
│ │ ├── Debug
│ │ │ ├── AxInterop.WMPLib.dll
│ │ │ ├── Interop.WMPLib.dll
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── WindowsApplication1.Form_xinyunzhe.resources
│ │ │ ├── WindowsApplication1.Properties.Resources.resources
│ │ │ ├── WindowsApplication1.csproj.FileListAbsolute.txt
│ │ │ ├── WindowsApplication1.csproj.GenerateResource.Cache
│ │ │ ├── WindowsApplication1.csproj.ResolveComReference.cache
│ │ │ └── WindowsApplication1.exe
│ │ ├── WindowsApplication1.csproj.FileList.txt
│ │ └── WindowsApplication1.csproj.FileListAbsolute.txt
│ ├── WindowsApplication1.sln
│ ├── WindowsApplication1.suo
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport.xslt
│ ├── UpgradeReport_Minus.gif
│ └── UpgradeReport_Plus.gif
├── CHEXC.sln
├── CHEXC.suo
├── Database3
│ ├── CHEXC
│ │ ├── CHEXC.sln
│ │ ├── CHEXC.suo
│ │ ├── SQLQuery2.sql
│ │ └── SQLQuery3.sql
│ ├── Database3
│ │ ├── CHEXC
│ │ │ ├── CHEXC
│ │ │ │ ├── CHEXC.csproj
│ │ │ │ ├── ClassInfo
│ │ │ │ │ └── Dataclass.cs
│ │ │ │ ├── GoodMenthod
│ │ │ │ │ └── mymodule.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CHEXC.exe
│ │ │ │ │ ├── CHEXC.pdb
│ │ │ │ │ ├── CHEXC.vshost.exe
│ │ │ │ │ └── CHEXC.vshost.exe.manifest
│ │ │ │ ├── frmCompanyInfo.Designer.cs
│ │ │ │ ├── frmCompanyInfo.cs
│ │ │ │ ├── frmDataBack.Designer.cs
│ │ │ │ ├── frmDataBack.cs
│ │ │ │ ├── frmDataReole.Designer.cs
│ │ │ │ ├── frmDataReole.cs
│ │ │ │ ├── frmEmoInfo.Designer.cs
│ │ │ │ ├── frmEmoInfo.cs
│ │ │ │ ├── frmEmoInfo.resx
│ │ │ │ ├── frmFindGoodsInfo.Designer.cs
│ │ │ │ ├── frmFindGoodsInfo.cs
│ │ │ │ ├── frmGonYingShang.Designer.cs
│ │ │ │ ├── frmGonYingShang.cs
│ │ │ │ ├── frmGoodID.Designer.cs
│ │ │ │ ├── frmGoodID.cs
│ │ │ │ ├── frmJhGoodsInfo.Designer.cs
│ │ │ │ ├── frmJhGoodsInfo.cs
│ │ │ │ ├── frmKcGoodFind.Designer.cs
│ │ │ │ ├── frmKcGoodFind.cs
│ │ │ │ ├── frmKcGoods.Designer.cs
│ │ │ │ ├── frmKcGoods.cs
│ │ │ │ ├── frmLogin.Designer.cs
│ │ │ │ ├── frmLogin.cs
│ │ │ │ ├── frmLogin.resx
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmSellGoodInfo.Designer.cs
│ │ │ │ ├── frmSellGoodInfo.cs
│ │ │ │ ├── frmSellGoods.Designer.cs
│ │ │ │ ├── frmSellGoods.cs
│ │ │ │ ├── frmThGoodsInfo.Designer.cs
│ │ │ │ ├── frmThGoodsInfo.cs
│ │ │ │ ├── frmThGoodsInfo.resx
│ │ │ │ └── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CHEXC.Properties.Resources.resources
│ │ │ │ ├── CHEXC.csproj.FileListAbsolute.txt
│ │ │ │ ├── CHEXC.csproj.GenerateResource.Cache
│ │ │ │ ├── CHEXC.exe
│ │ │ │ ├── CHEXC.frmEmoInfo.resources
│ │ │ │ ├── CHEXC.frmLogin.resources
│ │ │ │ ├── CHEXC.frmMain.resources
│ │ │ │ ├── CHEXC.frmThGoodsInfo.resources
│ │ │ │ └── CHEXC.pdb
│ │ │ ├── CHEXC.sln
│ │ │ ├── CHEXC.suo
│ │ │ ├── SQLQuery2.sql
│ │ │ └── SQLQuery3.sql
│ │ ├── SQLQuery1.sql
│ │ ├── SQLQuery2.sql
│ │ ├── Solution1.sqlsuo
│ │ ├── Solution1.ssmssln
│ │ ├── db_CSManage.mdf
│ │ └── db_CSManage_log.ldf
│ ├── SQLQuery1.sql
│ ├── SQLQuery2.sql
│ ├── Solution1.sqlsuo
│ ├── Solution1.ssmssln
│ ├── db_CSManage.mdf
│ └── db_CSManage_log.ldf
├── UpgradeLog.XML
├── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport.xslt
│ ├── UpgradeReport_Minus.gif
│ └── UpgradeReport_Plus.gif
└── db_CSManage.bak
71 directories, 429 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论