在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 问卷调查系统(c#)

问卷调查系统(c#)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:6.60M
  • 下载次数:29
  • 浏览次数:682
  • 发布时间:2021-01-17
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
用c#写的问卷调查系统,包括问卷的创建,题目创建,选项的创建。前台根据问卷题目类型动态生成页面
【实例截图】
【核心代码】
2e0280df-d5eb-433c-967a-de5bb294a684
└── 问卷调查小系统
├── QuestionnaireSurvey
│   ├── BaseQueryParam
│   │   ├── AnswerRepository.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── BaseQueryParam.dll
│   │   │   ├── BaseQueryParam.pdb
│   │   │   ├── Entities.dll
│   │   │   ├── Entities.pdb
│   │   │   ├── Interface.dll
│   │   │   └── Interface.pdb
│   │   ├── Implement.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── BaseQueryParam.dll
│   │   │   ├── BaseQueryParam.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Implement.csproj.FileListAbsolute.txt
│   │   │   └── ResolveAssemblyReference.cache
│   │   ├── OptionRepository.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── QuestionRepository.cs
│   │   └── QuestRepository.cs
│   ├── business
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── business.dll
│   │   │   └── business.pdb
│   │   ├── business.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── business.csproj.FileListAbsolute.txt
│   │   │   ├── business.dll
│   │   │   ├── business.pdb
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Options.cs
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── Entities
│   │   ├── App.Config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Entities.dll
│   │   │   ├── Entities.dll.config
│   │   │   └── Entities.pdb
│   │   ├── Entities.csproj
│   │   ├── Model.Designer.cs
│   │   ├── Model.edmx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── edmxResourcesToEmbed
│   │   │   │   ├── Model1.csdl
│   │   │   │   ├── Model1.msl
│   │   │   │   ├── Model1.ssdl
│   │   │   │   ├── Model.csdl
│   │   │   │   ├── Model.msl
│   │   │   │   └── Model.ssdl
│   │   │   ├── Entities.csproj.FileListAbsolute.txt
│   │   │   ├── Entities.dll
│   │   │   ├── Entities.pdb
│   │   │   └── TempPE
│   │   │   ├── Model1.Designer.cs.dll
│   │   │   └── Model.Designer.cs.dll
│   │   ├── OperateStatus.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── QueryParam.cs
│   ├── Interface
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Entities.dll
│   │   │   ├── Entities.pdb
│   │   │   ├── Interface.dll
│   │   │   └── Interface.pdb
│   │   ├── IAnswerRepository.cs
│   │   ├── Interface.csproj
│   │   ├── IOptionRepository.cs
│   │   ├── IQuestionRepository.cs
│   │   ├── IQuestRepository.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Interface.csproj.FileListAbsolute.txt
│   │   │   ├── Interface.dll
│   │   │   ├── Interface.pdb
│   │   │   └── ResolveAssemblyReference.cache
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── QuestionnaireSurvey
│   │   ├── App_Code
│   │   │   ├── DataSet.Designer.cs
│   │   │   ├── DataSet.xsc
│   │   │   ├── DataSet.xsd
│   │   │   └── DataSet.xss
│   │   ├── bin
│   │   │   ├── BaseQueryParam.dll
│   │   │   ├── BaseQueryParam.pdb
│   │   │   ├── business.dll
│   │   │   ├── business.pdb
│   │   │   ├── Entities.dll
│   │   │   ├── Entities.pdb
│   │   │   ├── Interface.dll
│   │   │   ├── Interface.pdb
│   │   │   ├── QuestionnaireSurvey.dll
│   │   │   ├── QuestionnaireSurvey.pdb
│   │   │   └── Trirand.Web.dll
│   │   ├── js
│   │   │   ├── i18n
│   │   │   │   ├── grid.locale-ar.js
│   │   │   │   ├── grid.locale-bg1251.js
│   │   │   │   ├── grid.locale-bg.js
│   │   │   │   ├── grid.locale-cat.js
│   │   │   │   ├── grid.locale-cn.js
│   │   │   │   ├── grid.locale-cs.js
│   │   │   │   ├── grid.locale-de.js
│   │   │   │   ├── grid.locale-dk.js
│   │   │   │   ├── grid.locale-el.js
│   │   │   │   ├── grid.locale-en.js
│   │   │   │   ├── grid.locale-fa.js
│   │   │   │   ├── grid.locale-fi.js
│   │   │   │   ├── grid.locale-fr.js
│   │   │   │   ├── grid.locale-he.js
│   │   │   │   ├── grid.locale-hu.js
│   │   │   │   ├── grid.locale-is.js
│   │   │   │   ├── grid.locale-it.js
│   │   │   │   ├── grid.locale-ja.js
│   │   │   │   ├── grid.locale-jp.js
│   │   │   │   ├── grid.locale-lt.js
│   │   │   │   ├── grid.locale-nl.js
│   │   │   │   ├── grid.locale-no.js
│   │   │   │   ├── grid.locale-pl.js
│   │   │   │   ├── grid.locale-pt-br.js
│   │   │   │   ├── grid.locale-pt.js
│   │   │   │   ├── grid.locale-ro.js
│   │   │   │   ├── grid.locale-ru.js
│   │   │   │   ├── grid.locale-sk.js
│   │   │   │   ├── grid.locale-sp.js
│   │   │   │   ├── grid.locale-sv.js
│   │   │   │   ├── grid.locale-tr.js
│   │   │   │   └── grid.locale-ua.js
│   │   │   ├── jquery-1.7.2.min.js
│   │   │   ├── jquery.jqAutoComplete.min.js
│   │   │   ├── jquery.jqChart.exporting.min.js
│   │   │   ├── jquery.jqChart.min.js
│   │   │   ├── jquery.jqDatePicker.min.js
│   │   │   ├── jquery.jqGrid.min.js
│   │   │   └── jquery.jqTreeView.min.js
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── QuestionnaireSurvey.csproj.FileListAbsolute.txt
│   │   │   ├── QuestionnaireSurvey.dll
│   │   │   ├── QuestionnaireSurvey.pdb
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   └── App_Code.DataSet.Designer.cs.dll
│   │   ├── OptionAdd.aspx
│   │   ├── OptionAdd.aspx.cs
│   │   ├── OptionAdd.aspx.designer.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── QuestAnsewr.aspx
│   │   ├── QuestAnsewr.aspx.cs
│   │   ├── QuestAnsewr.aspx.designer.cs
│   │   ├── QuestionAdd.aspx
│   │   ├── QuestionAdd.aspx.cs
│   │   ├── QuestionAdd.aspx.designer.cs
│   │   ├── QuestionnaireSurvey
│   │   │   ├── BaseQueryParam
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── BaseQueryParam.dll
│   │   │   │   │   ├── BaseQueryParam.pdb
│   │   │   │   │   ├── Entities.dll
│   │   │   │   │   ├── Entities.pdb
│   │   │   │   │   ├── Interface.dll
│   │   │   │   │   └── Interface.pdb
│   │   │   │   ├── Implement.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── BaseQueryParam.dll
│   │   │   │   │   ├── BaseQueryParam.pdb
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Implement.csproj.FileListAbsolute.txt
│   │   │   │   │   └── ResolveAssemblyReference.cache
│   │   │   │   ├── OptionRepository.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── QuestionRepository.cs
│   │   │   │   └── QuestRepository.cs
│   │   │   ├── Entities
│   │   │   │   ├── App.Config
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Entities.dll
│   │   │   │   │   ├── Entities.dll.config
│   │   │   │   │   └── Entities.pdb
│   │   │   │   ├── Entities.csproj
│   │   │   │   ├── Model.Designer.cs
│   │   │   │   ├── Model.edmx
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── edmxResourcesToEmbed
│   │   │   │   │   │   ├── Model.csdl
│   │   │   │   │   │   ├── Model.msl
│   │   │   │   │   │   └── Model.ssdl
│   │   │   │   │   ├── Entities.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Entities.dll
│   │   │   │   │   ├── Entities.pdb
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Model.Designer.cs.dll
│   │   │   │   ├── OperateStatus.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── QueryParam.cs
│   │   │   ├── Interface
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Entities.dll
│   │   │   │   │   ├── Entities.pdb
│   │   │   │   │   ├── Interface.dll
│   │   │   │   │   └── Interface.pdb
│   │   │   │   ├── Interface.csproj
│   │   │   │   ├── IOptionRepository.cs
│   │   │   │   ├── IQuestionRepository.cs
│   │   │   │   ├── IQuestRepository.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Interface.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Interface.dll
│   │   │   │   │   ├── Interface.pdb
│   │   │   │   │   └── ResolveAssemblyReference.cache
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── QuestionnaireSurvey
│   │   │   │   ├── App_Code
│   │   │   │   │   ├── DataSet.Designer.cs
│   │   │   │   │   ├── DataSet.xsc
│   │   │   │   │   ├── DataSet.xsd
│   │   │   │   │   └── DataSet.xss
│   │   │   │   ├── bin
│   │   │   │   │   ├── BaseQueryParam.dll
│   │   │   │   │   ├── BaseQueryParam.pdb
│   │   │   │   │   ├── Entities.dll
│   │   │   │   │   ├── Entities.pdb
│   │   │   │   │   ├── Interface.dll
│   │   │   │   │   ├── Interface.pdb
│   │   │   │   │   ├── QuestionnaireSurvey.dll
│   │   │   │   │   └── QuestionnaireSurvey.pdb
│   │   │   │   ├── css
│   │   │   │   │   ├── ui.jqgrid.css
│   │   │   │   │   └── ui.multiselect.css
│   │   │   │   ├── Handler1.ashx
│   │   │   │   ├── Handler1.ashx.cs
│   │   │   │   ├── jqgridTest.aspx
│   │   │   │   ├── jqgridTest.aspx.cs
│   │   │   │   ├── jqgridTest.aspx.designer.cs
│   │   │   │   ├── js
│   │   │   │   │   ├── grid.base.js
│   │   │   │   │   ├── grid.locale-en.js
│   │   │   │   │   ├── jquery-1.7.2.min.js
│   │   │   │   │   ├── jquery.jqGrid.min.js
│   │   │   │   │   └── jquery.jqGrid.src.js
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── QuestionnaireSurvey.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── QuestionnaireSurvey.dll
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── App_Code.DataSet.Designer.cs.dll
│   │   │   │   ├── OptionAdd.aspx
│   │   │   │   ├── OptionAdd.aspx.cs
│   │   │   │   ├── OptionAdd.aspx.designer.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── QuestAdd.aspx
│   │   │   │   ├── QuestAdd.aspx.cs
│   │   │   │   ├── QuestAdd.aspx.designer.cs
│   │   │   │   ├── QuestionAdd.aspx
│   │   │   │   ├── QuestionAdd.aspx.cs
│   │   │   │   ├── QuestionAdd.aspx.designer.cs
│   │   │   │   ├── QuestionnaireSurvey.csproj
│   │   │   │   ├── QuestionnaireSurvey.csproj.user
│   │   │   │   ├── QuestOperate.aspx
│   │   │   │   ├── QuestOperate.aspx.cs
│   │   │   │   ├── QuestOperate.aspx.designer.cs
│   │   │   │   ├── Web.config
│   │   │   │   ├── Web.Debug.config
│   │   │   │   └── Web.Release.config
│   │   │   ├── QuestionnaireSurvey.sln
│   │   │   └── QuestionnaireSurvey.suo
│   │   ├── QuestionnaireSurvey.csproj
│   │   ├── QuestionnaireSurvey.csproj.user
│   │   ├── QuestOperate.aspx
│   │   ├── QuestOperate.aspx.cs
│   │   ├── QuestOperate.aspx.designer.cs
│   │   ├── QuestShare.aspx
│   │   ├── QuestShare.aspx.cs
│   │   ├── QuestShare.aspx.designer.cs
│   │   ├── SaveAnswer.aspx
│   │   ├── SaveAnswer.aspx.cs
│   │   ├── SaveAnswer.aspx.designer.cs
│   │   ├── Theme
│   │   │   ├── jquery_ui.css
│   │   │   ├── ui.jqgrid.css
│   │   │   └── ui.jqtreeview.css
│   │   ├── Web.config
│   │   ├── Web.Debug.config
│   │   └── Web.Release.config
│   ├── QuestionnaireSurvey.sln
│   └── QuestionnaireSurvey.suo
├── 资料
│   ├── jqgrid第三方控件
│   │   ├── bin
│   │   │   ├── Trirand.Web.dll
│   │   │   └── Trirand.Web.pdb
│   │   ├── js
│   │   │   └── trirand
│   │   │   ├── i18n
│   │   │   │   ├── grid.locale-ar.js
│   │   │   │   ├── grid.locale-bg1251.js
│   │   │   │   ├── grid.locale-bg.js
│   │   │   │   ├── grid.locale-cat.js
│   │   │   │   ├── grid.locale-cn.js
│   │   │   │   ├── grid.locale-cs.js
│   │   │   │   ├── grid.locale-de.js
│   │   │   │   ├── grid.locale-dk.js
│   │   │   │   ├── grid.locale-el.js
│   │   │   │   ├── grid.locale-en.js
│   │   │   │   ├── grid.locale-fa.js
│   │   │   │   ├── grid.locale-fi.js
│   │   │   │   ├── grid.locale-fr.js
│   │   │   │   ├── grid.locale-he.js
│   │   │   │   ├── grid.locale-hu.js
│   │   │   │   ├── grid.locale-is.js
│   │   │   │   ├── grid.locale-it.js
│   │   │   │   ├── grid.locale-ja.js
│   │   │   │   ├── grid.locale-jp.js
│   │   │   │   ├── grid.locale-lt.js
│   │   │   │   ├── grid.locale-nl.js
│   │   │   │   ├── grid.locale-no.js
│   │   │   │   ├── grid.locale-pl.js
│   │   │   │   ├── grid.locale-pt-br.js
│   │   │   │   ├── grid.locale-pt.js
│   │   │   │   ├── grid.locale-ro.js
│   │   │   │   ├── grid.locale-ru.js
│   │   │   │   ├── grid.locale-sk.js
│   │   │   │   ├── grid.locale-sp.js
│   │   │   │   ├── grid.locale-sv.js
│   │   │   │   ├── grid.locale-tr.js
│   │   │   │   └── grid.locale-ua.js
│   │   │   ├── jquery.jqAutoComplete.min.js
│   │   │   ├── jquery.jqChart.exporting.min.js
│   │   │   ├── jquery.jqChart.min.js
│   │   │   ├── jquery.jqDatePicker.min.js
│   │   │   ├── jquery.jqGrid.min.js
│   │   │   └── jquery.jqTreeView.min.js
│   │   ├── README.TXT
│   │   ├── sample_project
│   │   │   ├── App_Data
│   │   │   │   └── Northwind.mdb
│   │   │   ├── bin
│   │   │   │   ├── Trirand.Web.dll
│   │   │   │   ├── Trirand.Web.dll.refresh
│   │   │   │   └── Trirand.Web.pdb
│   │   │   ├── demochart.aspx
│   │   │   ├── demochart.aspx.cs
│   │   │   ├── demogrid.aspx
│   │   │   ├── demogrid.aspx.cs
│   │   │   ├── demotreeview.aspx
│   │   │   ├── demotreeview.aspx.cs
│   │   │   ├── images
│   │   │   │   ├── document.png
│   │   │   │   ├── folder-open.png
│   │   │   │   └── folder.png
│   │   │   ├── js
│   │   │   │   └── trirand
│   │   │   │   ├── i18n
│   │   │   │   │   ├── grid.locale-ar.js
│   │   │   │   │   ├── grid.locale-bg1251.js
│   │   │   │   │   ├── grid.locale-bg.js
│   │   │   │   │   ├── grid.locale-cat.js
│   │   │   │   │   ├── grid.locale-cn.js
│   │   │   │   │   ├── grid.locale-cs.js
│   │   │   │   │   ├── grid.locale-de.js
│   │   │   │   │   ├── grid.locale-dk.js
│   │   │   │   │   ├── grid.locale-el.js
│   │   │   │   │   ├── grid.locale-en.js
│   │   │   │   │   ├── grid.locale-fa.js
│   │   │   │   │   ├── grid.locale-fi.js
│   │   │   │   │   ├── grid.locale-fr.js
│   │   │   │   │   ├── grid.locale-he.js
│   │   │   │   │   ├── grid.locale-hu.js
│   │   │   │   │   ├── grid.locale-is.js
│   │   │   │   │   ├── grid.locale-it.js
│   │   │   │   │   ├── grid.locale-ja.js
│   │   │   │   │   ├── grid.locale-jp.js
│   │   │   │   │   ├── grid.locale-lt.js
│   │   │   │   │   ├── grid.locale-nl.js
│   │   │   │   │   ├── grid.locale-no.js
│   │   │   │   │   ├── grid.locale-pl.js
│   │   │   │   │   ├── grid.locale-pt-br.js
│   │   │   │   │   ├── grid.locale-pt.js
│   │   │   │   │   ├── grid.locale-ro.js
│   │   │   │   │   ├── grid.locale-ru.js
│   │   │   │   │   ├── grid.locale-sk.js
│   │   │   │   │   ├── grid.locale-sp.js
│   │   │   │   │   ├── grid.locale-sv.js
│   │   │   │   │   ├── grid.locale-tr.js
│   │   │   │   │   └── grid.locale-ua.js
│   │   │   │   ├── jquery.jqAutoComplete.min.js
│   │   │   │   ├── jquery.jqChart.exporting.min.js
│   │   │   │   ├── jquery.jqChart.min.js
│   │   │   │   ├── jquery.jqDatePicker.min.js
│   │   │   │   ├── jquery.jqGrid.min.js
│   │   │   │   └── jquery.jqTreeView.min.js
│   │   │   ├── themes
│   │   │   │   ├── ui.jqgrid.css
│   │   │   │   └── ui.jqtreeview.css
│   │   │   └── web.config
│   │   ├── themes
│   │   │   ├── ui.jqgrid.css
│   │   │   └── ui.jqtreeview.css
│   │   └── Web.config
│   └── jqgrid资料
│   ├── jqGrid3.6最全面最详尽中文文档.doc
│   ├── jqgrid_demo40
│   │   └── jqgrid_demo40
│   │   ├── 36ajaxing.html
│   │   ├── 36ajaxing.js
│   │   ├── 36colreorder.html
│   │   ├── 36colreorder.js
│   │   ├── 36columnchoice.html
│   │   ├── 36columnchoice.js
│   │   ├── 36custinput.html
│   │   ├── 36custinput.js
│   │   ├── 36custvalid.html
│   │   ├── 36custvalid.js
│   │   ├── 36draganddrop.html
│   │   ├── 36draganddrop.js
│   │   ├── 36newapi.html
│   │   ├── 36newapi.js
│   │   ├── 36resize.html
│   │   ├── 36resize.js
│   │   ├── 36rtl.html
│   │   ├── 36rtl.js
│   │   ├── 36scrolling.html
│   │   ├── 36scrolling.js
│   │   ├── 36sortrows.html
│   │   ├── 36sortrows.js
│   │   ├── 37array.html
│   │   ├── 37array.js
│   │   ├── 37array.js.BAK
│   │   ├── 37crud.html
│   │   ├── 37crud.js
│   │   ├── 37crud.js.BAK
│   │   ├── 37multiple.html
│   │   ├── 37multiple.js
│   │   ├── 37multiple.js.BAK
│   │   ├── 37scroll.html
│   │   ├── 37scroll.js
│   │   ├── 37server.html
│   │   ├── 37server.js
│   │   ├── 37single.html
│   │   ├── 37single.js
│   │   ├── 37toolbar.html
│   │   ├── 37toolbar.js
│   │   ├── 38array2.html
│   │   ├── 38array2.js
│   │   ├── 38array3.html
│   │   ├── 38array3.js
│   │   ├── 38array4.html
│   │   ├── 38array4.js
│   │   ├── 38array5.html
│   │   ├── 38array5.js
│   │   ├── 38array6.html
│   │   ├── 38array6.js
│   │   ├── 38array.html
│   │   ├── 38array.js
│   │   ├── 38remote1.html
│   │   ├── 38remote1.js
│   │   ├── 38remote2.html
│   │   ├── 38remote2.js
│   │   ├── 38remote3.html
│   │   ├── 38remote3.js
│   │   ├── 38remote4.html
│   │   ├── 38remote4.js
│   │   ├── 38remote5.html
│   │   ├── 38remote5.js
│   │   ├── 40addnode.html
│   │   ├── 40addnode.js
│   │   ├── 40cmtmpl.html
│   │   ├── 40cmtmpl.js
│   │   ├── 40colspan.html
│   │   ├── 40colspan.js
│   │   ├── 40frmactions.html
│   │   ├── 40frmactions.js
│   │   ├── 40grpsearch1.html
│   │   ├── 40grpsearch1.js
│   │   ├── 40grpsearch2.html
│   │   ├── 40grpsearch2.js
│   │   ├── 40grpsearch3.html
│   │   ├── 40grpsearch3.js
│   │   ├── 40grpsearch.html
│   │   ├── 40grpsearch.js
│   │   ├── 40keyboard.html
│   │   ├── 40keyboard.js
│   │   ├── 40subgrid1.html
│   │   ├── 40subgrid1.js
│   │   ├── 40subgrid2.html
│   │   ├── 40subgrid2.js
│   │   ├── 40subgrid3.html
│   │   ├── 40subgrid3.js
│   │   ├── adding.html
│   │   ├── adding.js
│   │   ├── afterinsrow.html
│   │   ├── afterinsrow.js
│   │   ├── autowidth.html
│   │   ├── bigset.html
│   │   ├── bigset.js
│   │   ├── bigset.php
│   │   ├── books.xml
│   │   ├── calendar.html
│   │   ├── calen.js
│   │   ├── cellbug.html
│   │   ├── celledit.html
│   │   ├── celledit.js
│   │   ├── cmultiex.html
│   │   ├── cmultiex.js
│   │   ├── csvalid.html
│   │   ├── csvalid.js
│   │   ├── custbutt.html
│   │   ├── custbutt.html.bak
│   │   ├── custbutt.js
│   │   ├── custfrm.html
│   │   ├── custfrm.js
│   │   ├── database.sql
│   │   ├── datatype.html
│   │   ├── datatype.js
│   │   ├── dbconfig.php
│   │   ├── defparams.html
│   │   ├── defparams.js
│   │   ├── deleting.html
│   │   ├── deleting.js
│   │   ├── demo.html
│   │   ├── editing.html
│   │   ├── editing.js
│   │   ├── editing.php
│   │   ├── example.html
│   │   ├── example.php
│   │   ├── exportex.html
│   │   ├── exportex.js
│   │   ├── formatter.html
│   │   ├── formatter.js
│   │   ├── getex.html
│   │   ├── getex.js
│   │   ├── gridwidth.html
│   │   ├── gridwidth.js
│   │   ├── hiddengrid.html
│   │   ├── hiddengrid.js
│   │   ├── hidedyn.html
│   │   ├── hidedyn.js
│   │   ├── hideex.html
│   │   ├── hideex.js
│   │   ├── hideshow.html
│   │   ├── hideshow.js
│   │   ├── jqgrid.html
│   │   ├── js
│   │   │   ├── i18n
│   │   │   │   ├── grid.locale-bg1251.js
│   │   │   │   ├── grid.locale-bg.js
│   │   │   │   ├── grid.locale-cat.js
│   │   │   │   ├── grid.locale-cs.js
│   │   │   │   ├── grid.locale-de.js
│   │   │   │   ├── grid.locale-dk.js
│   │   │   │   ├── grid.locale-el.js
│   │   │   │   ├── grid.locale-en.js
│   │   │   │   ├── grid.locale-fa.js
│   │   │   │   ├── grid.locale-fi.js
│   │   │   │   ├── grid.locale-fr.js
│   │   │   │   ├── grid.locale-he.js
│   │   │   │   ├── grid.locale-is.js
│   │   │   │   ├── grid.locale-it.js
│   │   │   │   ├── grid.locale-jp.js
│   │   │   │   ├── grid.locale-nl.js
│   │   │   │   ├── grid.locale-no.js
│   │   │   │   ├── grid.locale-pl.js
│   │   │   │   ├── grid.locale-pt-br.js
│   │   │   │   ├── grid.locale-pt.js
│   │   │   │   ├── grid.locale-ro.js
│   │   │   │   ├── grid.locale-ru.js
│   │   │   │   ├── grid.locale-sp.js
│   │   │   │   ├── grid.locale-sv.js
│   │   │   │   ├── grid.locale-tr.js
│   │   │   │   └── grid.locale-ua.js
│   │   │   ├── jquery.contextmenu.js
│   │   │   ├── jquery.jqGrid.min.js
│   │   │   ├── jquery.layout.js
│   │   │   ├── jquery.min.js
│   │   │   ├── jquery.tablednd.js
│   │   │   ├── jquery-ui-1.8.2.custom.min.js
│   │   │   ├── src
│   │   │   │   ├── css
│   │   │   │   │   ├── ellipsis-xbl.xml
│   │   │   │   │   ├── jquery.searchFilter.css
│   │   │   │   │   ├── ui.jqgrid.css
│   │   │   │   │   └── ui.multiselect.css
│   │   │   │   ├── grid.base.js
│   │   │   │   ├── grid.celledit.js
│   │   │   │   ├── grid.common.js
│   │   │   │   ├── grid.custom.js
│   │   │   │   ├── grid.filter.js
│   │   │   │   ├── grid.formedit.js
│   │   │   │   ├── grid.grouping.js
│   │   │   │   ├── grid.import.js
│   │   │   │   ├── grid.inlinedit.js
│   │   │   │   ├── grid.jqueryui.js
│   │   │   │   ├── grid.loader.js
│   │   │   │   ├── grid.postext.js
│   │   │   │   ├── grid.setcolumns.js
│   │   │   │   ├── grid.subgrid.js
│   │   │   │   ├── grid.tbltogrid.js
│   │   │   │   ├── grid.treegrid.js
│   │   │   │   ├── i18n
│   │   │   │   │   ├── grid.locale-ar.js
│   │   │   │   │   ├── grid.locale-bg1251.js
│   │   │   │   │   ├── grid.locale-bg.js
│   │   │   │   │   ├── grid.locale-cat.js
│   │   │   │   │   ├── grid.locale-cn.js
│   │   │   │   │   ├── grid.locale-cs.js
│   │   │   │   │   ├── grid.locale-da.js
│   │   │   │   │   ├── grid.locale-de.js
│   │   │   │   │   ├── grid.locale-dk.js
│   │   │   │   │   ├── grid.locale-el.js
│   │   │   │   │   ├── grid.locale-en.js
│   │   │   │   │   ├── grid.locale-es.js
│   │   │   │   │   ├── grid.locale-fa.js
│   │   │   │   │   ├── grid.locale-fi.js
│   │   │   │   │   ├── grid.locale-fr.js
│   │   │   │   │   ├── grid.locale-gl.js
│   │   │   │   │   ├── grid.locale-he.js
│   │   │   │   │   ├── grid.locale-hu.js
│   │   │   │   │   ├── grid.locale-is.js
│   │   │   │   │   ├── grid.locale-it.js
│   │   │   │   │   ├── grid.locale-ja.js
│   │   │   │   │   ├── grid.locale-jp.js
│   │   │   │   │   ├── grid.locale-lt.js
│   │   │   │   │   ├── grid.locale-mne.js
│   │   │   │   │   ├── grid.locale-nl.js
│   │   │   │   │   ├── grid.locale-no.js
│   │   │   │   │   ├── grid.locale-pl.js
│   │   │   │   │   ├── grid.locale-pt-br.js
│   │   │   │   │   ├── grid.locale-pt.js
│   │   │   │   │   ├── grid.locale-ro.js
│   │   │   │   │   ├── grid.locale-ru.js
│   │   │   │   │   ├── grid.locale-sk.js
│   │   │   │   │   ├── grid.locale-sp.js
│   │   │   │   │   ├── grid.locale-sr.js
│   │   │   │   │   ├── grid.locale-sv.js
│   │   │   │   │   ├── grid.locale-th.js
│   │   │   │   │   ├── grid.locale-tr.js
│   │   │   │   │   └── grid.locale-ua.js
│   │   │   │   ├── jqDnR.js
│   │   │   │   ├── jqModal.js
│   │   │   │   ├── jquery.fmatter.js
│   │   │   │   ├── jquery.searchFilter.js
│   │   │   │   ├── JsonXml.js
│   │   │   │   └── ui.multiselect.js
│   │   │   ├── tablednd.js
│   │   │   └── ui.multiselect.js
│   │   ├── jsonex.html
│   │   ├── jsonex.js
│   │   ├── jsonmap.html
│   │   ├── jsonmap.js
│   │   ├── jsonopt.html
│   │   ├── jsonopt.js
│   │   ├── JSON.php
│   │   ├── jsubgrid.html
│   │   ├── jsubgrid.js
│   │   ├── loadcml.html
│   │   ├── loadcml.js
│   │   ├── loaderror.html
│   │   ├── loaderror.js
│   │   ├── loadoncex.html
│   │   ├── loadoncex.js
│   │   ├── localex.html
│   │   ├── localex.js
│   │   ├── localset.php
│   │   ├── longtext.txt
│   │   ├── manipex.html
│   │   ├── manipex.js
│   │   ├── masterex.html
│   │   ├── masterex.js
│   │   ├── methods32.html
│   │   ├── methods32.js
│   │   ├── methods.html
│   │   ├── methods.js
│   │   ├── multibug.html
│   │   ├── multiex.html
│   │   ├── multiex.js
│   │   ├── navgrid2.html
│   │   ├── navgrid2.js
│   │   ├── navgrid3.html
│   │   ├── navgrid3.js
│   │   ├── navgrid4.html
│   │   ├── navgrid4.js
│   │   ├── navgrid.html
│   │   ├── navgrid.js
│   │   ├── postdata.html
│   │   ├── postdata.js
│   │   ├── readme.txt
│   │   ├── refactor.html
│   │   ├── resizecol.html
│   │   ├── resizecol.js
│   │   ├── resizeex.html
│   │   ├── resizeex.js
│   │   ├── rowedex1.html
│   │   ├── rowedex1.js
│   │   ├── rowedex2.html
│   │   ├── rowedex2.js
│   │   ├── rowedex3.html
│   │   ├── rowedex3.js
│   │   ├── rowedex4.html
│   │   ├── rowedex4.js
│   │   ├── rowedex5.html
│   │   ├── rowedex5.js
│   │   ├── scrgrid.html
│   │   ├── scrgrid.js
│   │   ├── search1.html
│   │   ├── search1.js
│   │   ├── search2.html
│   │   ├── search2.js
│   │   ├── search3.html
│   │   ├── search3.js
│   │   ├── search4.html
│   │   ├── search4.js
│   │   ├── search_adv.php
│   │   ├── searching.html
│   │   ├── searching.js
│   │   ├── search.php
│   │   ├── selectall.html
│   │   ├── selectall.js
│   │   ├── server1.php
│   │   ├── server_ado.php
│   │   ├── server.json
│   │   ├── server.php
│   │   ├── setcolumns.html
│   │   ├── setcolumns.js
│   │   ├── setex.html
│   │   ├── setex.js
│   │   ├── someurl.php
│   │   ├── sortcols.html
│   │   ├── sortcols.js
│   │   ├── speed.html
│   │   ├── speed.js
│   │   ├── subgrid_grid.html
│   │   ├── subgrid_grid.js
│   │   ├── subgrid.html
│   │   ├── subgrid.js
│   │   ├── subgrid.php
│   │   ├── summary.html
│   │   ├── summary.js
│   │   ├── tablednd.html
│   │   ├── tablednd.js
│   │   ├── tbltogrid.html
│   │   ├── tbltogrid.js
│   │   ├── test.txt
│   │   ├── testxml.xml
│   │   ├── themes
│   │   │   ├── ellipsis-xbl.xml
│   │   │   ├── redmond
│   │   │   │   ├── images
│   │   │   │   │   ├── ui-anim_basic_16x16.gif
│   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   ├── ui-bg_flat_55_fbec88_40x100.png
│   │   │   │   │   ├── ui-bg_glass_75_d0e5f5_1x400.png
│   │   │   │   │   ├── ui-bg_glass_85_dfeffc_1x400.png
│   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png
│   │   │   │   │   ├── ui-bg_inset-hard_100_f5f8f9_1x100.png
│   │   │   │   │   ├── ui-bg_inset-hard_100_fcfdfd_1x100.png
│   │   │   │   │   ├── ui-icons_217bc0_256x240.png
│   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   ├── ui-icons_469bdd_256x240.png
│   │   │   │   │   ├── ui-icons_6da8d5_256x240.png
│   │   │   │   │   ├── ui-icons_cd0a0a_256x240.png
│   │   │   │   │   ├── ui-icons_d8e7f3_256x240.png
│   │   │   │   │   └── ui-icons_f9bd01_256x240.png
│   │   │   │   └── jquery-ui-1.8.2.custom.css
│   │   │   ├── ui.jqgrid.css
│   │   │   └── ui.multiselect.css
│   │   ├── toolbar.html
│   │   ├── toolbar.js
│   │   ├── treegrid2.html
│   │   ├── treegrid2.js
│   │   ├── treegridadv.html
│   │   ├── treegridadv.js
│   │   ├── treegrid.html
│   │   ├── treegrid.js
│   │   ├── tree.xml
│   │   ├── xmlex2.html
│   │   ├── xmlex.html
│   │   ├── xmlex.js
│   │   ├── xmlimp.html
│   │   ├── xmlimp.js
│   │   ├── xmlmap.html
│   │   └── xmlmap.js
│   ├── jqgrid_demo40.zip
│   ├── jqGrid中文文档.doc
│   ├── jquery.jqGrid-3.8.2
│   │   ├── css
│   │   │   ├── ellipsis-xbl.xml
│   │   │   └── ui.jqgrid.css
│   │   ├── js
│   │   │   ├── Changes.txt
│   │   │   ├── i18n
│   │   │   │   ├── grid.locale-bg1251.js
│   │   │   │   ├── grid.locale-bg.js
│   │   │   │   ├── grid.locale-cat.js
│   │   │   │   ├── grid.locale-cn.js
│   │   │   │   ├── grid.locale-cs.js
│   │   │   │   ├── grid.locale-da.js
│   │   │   │   ├── grid.locale-de.js
│   │   │   │   ├── grid.locale-el.js
│   │   │   │   ├── grid.locale-en.js
│   │   │   │   ├── grid.locale-es.js
│   │   │   │   ├── grid.locale-fa.js
│   │   │   │   ├── grid.locale-fi.js
│   │   │   │   ├── grid.locale-fr.js
│   │   │   │   ├── grid.locale-gl.js
│   │   │   │   ├── grid.locale-he.js
│   │   │   │   ├── grid.locale-hu.js
│   │   │   │   ├── grid.locale-is.js
│   │   │   │   ├── grid.locale-it.js
│   │   │   │   ├── grid.locale-ja.js
│   │   │   │   ├── grid.locale-nl.js
│   │   │   │   ├── grid.locale-no.js
│   │   │   │   ├── grid.locale-pl.js
│   │   │   │   ├── grid.locale-pt-br.js
│   │   │   │   ├── grid.locale-pt.js
│   │   │   │   ├── grid.locale-ro.js
│   │   │   │   ├── grid.locale-ru.js
│   │   │   │   ├── grid.locale-sk.js
│   │   │   │   ├── grid.locale-sr.js
│   │   │   │   ├── grid.locale-sv.js
│   │   │   │   ├── grid.locale-tr.js
│   │   │   │   └── grid.locale-ua.js
│   │   │   ├── install.txt
│   │   │   ├── jquery-1.4.2.min.js
│   │   │   └── jquery.jqGrid.min.js
│   │   └── src
│   │   ├── css
│   │   │   ├── ellipsis-xbl.xml
│   │   │   ├── ui.jqgrid.css
│   │   │   └── ui.multiselect.css
│   │   ├── grid.base.js
│   │   ├── grid.celledit.js
│   │   ├── grid.common.js
│   │   ├── grid.custom.js
│   │   ├── grid.formedit.js
│   │   ├── grid.grouping.js
│   │   ├── grid.import.js
│   │   ├── grid.inlinedit.js
│   │   ├── grid.jqueryui.js
│   │   ├── grid.loader.js
│   │   ├── grid.postext.js
│   │   ├── grid.setcolumns.js
│   │   ├── grid.subgrid.js
│   │   ├── grid.tbltogrid.js
│   │   ├── grid.treegrid.js
│   │   ├── i18n
│   │   │   ├── grid.locale-bg1251.js
│   │   │   ├── grid.locale-bg.js
│   │   │   ├── grid.locale-cat.js
│   │   │   ├── grid.locale-cn.js
│   │   │   ├── grid.locale-cs.js
│   │   │   ├── grid.locale-da.js
│   │   │   ├── grid.locale-de.js
│   │   │   ├── grid.locale-dk.js
│   │   │   ├── grid.locale-el.js
│   │   │   ├── grid.locale-en.js
│   │   │   ├── grid.locale-es.js
│   │   │   ├── grid.locale-fa.js
│   │   │   ├── grid.locale-fi.js
│   │   │   ├── grid.locale-fr.js
│   │   │   ├── grid.locale-gl.js
│   │   │   ├── grid.locale-he.js
│   │   │   ├── grid.locale-hu.js
│   │   │   ├── grid.locale-is.js
│   │   │   ├── grid.locale-it.js
│   │   │   ├── grid.locale-ja.js
│   │   │   ├── grid.locale-nl.js
│   │   │   ├── grid.locale-no.js
│   │   │   ├── grid.locale-pl.js
│   │   │   ├── grid.locale-pt-br.js
│   │   │   ├── grid.locale-pt.js
│   │   │   ├── grid.locale-ro.js
│   │   │   ├── grid.locale-ru.js
│   │   │   ├── grid.locale-sk.js
│   │   │   ├── grid.locale-sr.js
│   │   │   ├── grid.locale-sv.js
│   │   │   ├── grid.locale-tr.js
│   │   │   └── grid.locale-ua.js
│   │   ├── jqDnR.js
│   │   ├── jqModal.js
│   │   ├── jquery.fmatter.js
│   │   ├── jquery.searchFilter.js
│   │   ├── JsonXml.js
│   │   └── ui.multiselect.js
│   ├── jquery.jqGrid-3.8.2.zip
│   └── jquery.jqGrid-4.3.2
│   ├── css
│   │   ├── ellipsis-xbl.xml
│   │   └── ui.jqgrid.css
│   ├── js
│   │   ├── Changes.txt
│   │   ├── i18n
│   │   │   ├── grid.locale-ar.js
│   │   │   ├── grid.locale-bg1251.js
│   │   │   ├── grid.locale-bg.js
│   │   │   ├── grid.locale-cat.js
│   │   │   ├── grid.locale-cn.js
│   │   │   ├── grid.locale-cs.js
│   │   │   ├── grid.locale-da.js
│   │   │   ├── grid.locale-de.js
│   │   │   ├── grid.locale-el.js
│   │   │   ├── grid.locale-en.js
│   │   │   ├── grid.locale-es.js
│   │   │   ├── grid.locale-fa.js
│   │   │   ├── grid.locale-fi.js
│   │   │   ├── grid.locale-fr.js
│   │   │   ├── grid.locale-gl.js
│   │   │   ├── grid.locale-he.js
│   │   │   ├── grid.locale-hr1250.js
│   │   │   ├── grid.locale-hr.js
│   │   │   ├── grid.locale-hu.js
│   │   │   ├── grid.locale-is.js
│   │   │   ├── grid.locale-it.js
│   │   │   ├── grid.locale-ja.js
│   │   │   ├── grid.locale-lt.js
│   │   │   ├── grid.locale-mne.js
│   │   │   ├── grid.locale-nl.js
│   │   │   ├── grid.locale-no.js
│   │   │   ├── grid.locale-pl.js
│   │   │   ├── grid.locale-pt-br.js
│   │   │   ├── grid.locale-pt.js
│   │   │   ├── grid.locale-ro.js
│   │   │   ├── grid.locale-ru.js
│   │   │   ├── grid.locale-sk.js
│   │   │   ├── grid.locale-sr.js
│   │   │   ├── grid.locale-sr-latin.js
│   │   │   ├── grid.locale-sv.js
│   │   │   ├── grid.locale-th.js
│   │   │   ├── grid.locale-tr.js
│   │   │   └── grid.locale-ua.js
│   │   ├── install.txt
│   │   ├── jquery-1.7.2.min.js
│   │   ├── jquery.jqGrid.min.js
│   │   └── jquery.jqGrid.src.js
│   ├── plugins
│   │   ├── grid.addons.js
│   │   ├── grid.postext.js
│   │   ├── grid.setcolumns.js
│   │   ├── jquery.contextmenu.js
│   │   ├── jquery.searchFilter.js
│   │   ├── jquery.tablednd.js
│   │   ├── searchFilter.css
│   │   ├── ui.multiselect.css
│   │   └── ui.multiselect.js
│   └── src
│   ├── css
│   │   ├── ellipsis-xbl.xml
│   │   ├── ui.jqgrid.css
│   │   └── ui.multiselect.css
│   ├── grid.base.js
│   ├── grid.celledit.js
│   ├── grid.common.js
│   ├── grid.custom.js
│   ├── grid.filter.js
│   ├── grid.formedit.js
│   ├── grid.grouping.js
│   ├── grid.import.js
│   ├── grid.inlinedit.js
│   ├── grid.jqueryui.js
│   ├── grid.loader.js
│   ├── grid.subgrid.js
│   ├── grid.tbltogrid.js
│   ├── grid.treegrid.js
│   ├── i18n
│   │   ├── grid.locale-ar.js
│   │   ├── grid.locale-bg1251.js
│   │   ├── grid.locale-bg.js
│   │   ├── grid.locale-cat.js
│   │   ├── grid.locale-cn.js
│   │   ├── grid.locale-cs.js
│   │   ├── grid.locale-da.js
│   │   ├── grid.locale-de.js
│   │   ├── grid.locale-dk.js
│   │   ├── grid.locale-el.js
│   │   ├── grid.locale-en.js
│   │   ├── grid.locale-es.js
│   │   ├── grid.locale-fa.js
│   │   ├── grid.locale-fi.js
│   │   ├── grid.locale-fr.js
│   │   ├── grid.locale-gl.js
│   │   ├── grid.locale-he.js
│   │   ├── grid.locale-hr1250.js
│   │   ├── grid.locale-hr.js
│   │   ├── grid.locale-hu.js
│   │   ├── grid.locale-is.js
│   │   ├── grid.locale-it.js
│   │   ├── grid.locale-ja.js
│   │   ├── grid.locale-lt.js
│   │   ├── grid.locale-mne.js
│   │   ├── grid.locale-nl.js
│   │   ├── grid.locale-no.js
│   │   ├── grid.locale-pl.js
│   │   ├── grid.locale-pt-br.js
│   │   ├── grid.locale-pt.js
│   │   ├── grid.locale-ro.js
│   │   ├── grid.locale-ru.js
│   │   ├── grid.locale-sk.js
│   │   ├── grid.locale-sr.js
│   │   ├── grid.locale-sr-latin.js
│   │   ├── grid.locale-sv.js
│   │   ├── grid.locale-th.js
│   │   ├── grid.locale-tr.js
│   │   └── grid.locale-ua.js
│   ├── jqDnR.js
│   ├── jqModal.js
│   ├── jquery.fmatter.js
│   └── JsonXml.js
├── 问卷调查小系统使用说明.docx
└── 问卷调查小系统数据库
├── QuestionnaireSurvey_log.ldf
├── QuestionnaireSurvey.mdf
└── 问卷调查数据库脚本.sql

110 directories, 933 files

标签:

实例下载地址

问卷调查系统(c#)

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警