实例介绍
使用百度Ueditor导入Word文档,可自动导入格式以及文档中的图片,已集成到富文本Ueditor工具栏里,方法也可以单独拆出来使用。
【实例截图】
【核心代码】
4744302542919868324.rar
└── Ueditor导入Word C#
└── UeditorTestMVC
├── packages
│ ├── Antlr.3.4.1.9004
│ │ ├── Antlr.3.4.1.9004.nupkg
│ │ └── lib
│ │ ├── Antlr3.Runtime.dll
│ │ └── Antlr3.Runtime.pdb
│ ├── bootstrap.3.0.0
│ │ ├── bootstrap.3.0.0.nupkg
│ │ └── content
│ │ ├── Content
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.min.css
│ │ ├── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ └── glyphicons-halflings-regular.woff
│ │ └── Scripts
│ │ ├── bootstrap.js
│ │ └── bootstrap.min.js
│ ├── jQuery.1.10.2
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery-1.10.2.js
│ │ │ ├── jquery-1.10.2.min.js
│ │ │ ├── jquery-1.10.2.min.map
│ │ │ └── jquery-1.10.2-vsdoc.js
│ │ ├── jQuery.1.10.2.nupkg
│ │ └── Tools
│ │ ├── common.ps1
│ │ ├── install.ps1
│ │ ├── jquery-1.10.2.intellisense.js
│ │ └── uninstall.ps1
│ ├── jQuery.Validation.1.11.1
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery.validate.js
│ │ │ ├── jquery.validate.min.js
│ │ │ └── jquery.validate-vsdoc.js
│ │ └── jQuery.Validation.1.11.1.nupkg
│ ├── Microsoft.ApplicationInsights.2.0.0
│ │ ├── lib
│ │ │ ├── dotnet5.4
│ │ │ │ ├── Microsoft.ApplicationInsights.dll
│ │ │ │ └── Microsoft.ApplicationInsights.XML
│ │ │ ├── net40
│ │ │ │ ├── Microsoft.ApplicationInsights.dll
│ │ │ │ └── Microsoft.ApplicationInsights.XML
│ │ │ ├── net45
│ │ │ │ ├── Microsoft.ApplicationInsights.dll
│ │ │ │ └── Microsoft.ApplicationInsights.XML
│ │ │ └── net46
│ │ │ ├── Microsoft.ApplicationInsights.dll
│ │ │ └── Microsoft.ApplicationInsights.XML
│ │ └── Microsoft.ApplicationInsights.2.0.0.nupkg
│ ├── Microsoft.ApplicationInsights.Agent.Intercept.1.2.1
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ └── Microsoft.AI.Agent.Intercept.dll
│ │ │ └── net45
│ │ │ └── Microsoft.AI.Agent.Intercept.dll
│ │ └── Microsoft.ApplicationInsights.Agent.Intercept.1.2.1.nupkg
│ ├── Microsoft.ApplicationInsights.DependencyCollector.2.0.0
│ │ ├── content
│ │ │ ├── ApplicationInsights.config.install.xdt
│ │ │ ├── ApplicationInsights.config.transform
│ │ │ └── ApplicationInsights.config.uninstall.xdt
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── Microsoft.AI.DependencyCollector.dll
│ │ │ │ └── Microsoft.AI.DependencyCollector.XML
│ │ │ └── net45
│ │ │ ├── Microsoft.AI.DependencyCollector.dll
│ │ │ └── Microsoft.AI.DependencyCollector.XML
│ │ └── Microsoft.ApplicationInsights.DependencyCollector.2.0.0.nupkg
│ ├── Microsoft.ApplicationInsights.JavaScript.0.22.9-build00167
│ │ ├── content
│ │ │ └── scripts
│ │ │ ├── ai.0.22.9-build00167.js
│ │ │ └── ai.0.22.9-build00167.min.js
│ │ ├── Microsoft.ApplicationInsights.JavaScript.0.22.9-build00167.nupkg
│ │ └── tools
│ │ └── prefix.html
│ ├── Microsoft.ApplicationInsights.PerfCounterCollector.2.0.0
│ │ ├── content
│ │ │ ├── ApplicationInsights.config.install.xdt
│ │ │ ├── ApplicationInsights.config.transform
│ │ │ └── ApplicationInsights.config.uninstall.xdt
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ └── Microsoft.AI.PerfCounterCollector.dll
│ │ │ └── net45
│ │ │ └── Microsoft.AI.PerfCounterCollector.dll
│ │ └── Microsoft.ApplicationInsights.PerfCounterCollector.2.0.0.nupkg
│ ├── Microsoft.ApplicationInsights.Web.2.0.0
│ │ ├── content
│ │ │ ├── net40
│ │ │ │ ├── ApplicationInsights.config.install.xdt
│ │ │ │ ├── ApplicationInsights.config.transform
│ │ │ │ ├── ApplicationInsights.config.uninstall.xdt
│ │ │ │ ├── web.config.install.xdt
│ │ │ │ └── web.config.uninstall.xdt
│ │ │ └── net45
│ │ │ ├── ApplicationInsights.config.install.xdt
│ │ │ ├── ApplicationInsights.config.transform
│ │ │ ├── ApplicationInsights.config.uninstall.xdt
│ │ │ ├── web.config.install.xdt
│ │ │ └── web.config.uninstall.xdt
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── Microsoft.AI.Web.dll
│ │ │ │ └── Microsoft.AI.Web.XML
│ │ │ └── net45
│ │ │ ├── Microsoft.AI.Web.dll
│ │ │ └── Microsoft.AI.Web.XML
│ │ └── Microsoft.ApplicationInsights.Web.2.0.0.nupkg
│ ├── Microsoft.ApplicationInsights.WindowsServer.2.0.0
│ │ ├── content
│ │ │ ├── ApplicationInsights.config.install.xdt
│ │ │ ├── ApplicationInsights.config.transform
│ │ │ └── ApplicationInsights.config.uninstall.xdt
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── Microsoft.AI.WindowsServer.dll
│ │ │ │ └── Microsoft.AI.WindowsServer.XML
│ │ │ └── net45
│ │ │ ├── Microsoft.AI.WindowsServer.dll
│ │ │ └── Microsoft.AI.WindowsServer.XML
│ │ ├── Microsoft.ApplicationInsights.WindowsServer.2.0.0.nupkg
│ │ └── Tools
│ │ └── install.ps1
│ ├── Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.0.0
│ │ ├── content
│ │ │ ├── ApplicationInsights.config.install.xdt
│ │ │ ├── ApplicationInsights.config.transform
│ │ │ └── ApplicationInsights.config.uninstall.xdt
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── Microsoft.AI.ServerTelemetryChannel.dll
│ │ │ │ └── Microsoft.AI.ServerTelemetryChannel.XML
│ │ │ └── net45
│ │ │ ├── Microsoft.AI.ServerTelemetryChannel.dll
│ │ │ └── Microsoft.AI.ServerTelemetryChannel.XML
│ │ └── Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.0.0.nupkg
│ ├── Microsoft.AspNet.Mvc.5.2.3
│ │ ├── Content
│ │ │ ├── Web.config.install.xdt
│ │ │ └── Web.config.uninstall.xdt
│ │ ├── lib
│ │ │ └── net45
│ │ │ ├── System.Web.Mvc.dll
│ │ │ └── System.Web.Mvc.xml
│ │ └── Microsoft.AspNet.Mvc.5.2.3.nupkg
│ ├── Microsoft.AspNet.Razor.3.2.3
│ │ ├── lib
│ │ │ └── net45
│ │ │ ├── System.Web.Razor.dll
│ │ │ └── System.Web.Razor.xml
│ │ └── Microsoft.AspNet.Razor.3.2.3.nupkg
│ ├── Microsoft.AspNet.Web.Optimization.1.1.3
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Optimization.dll
│ │ │ └── system.web.optimization.xml
│ │ └── Microsoft.AspNet.Web.Optimization.1.1.3.nupkg
│ ├── Microsoft.AspNet.WebPages.3.2.3
│ │ ├── Content
│ │ │ ├── Web.config.install.xdt
│ │ │ └── Web.config.uninstall.xdt
│ │ ├── lib
│ │ │ └── net45
│ │ │ ├── System.Web.Helpers.dll
│ │ │ ├── System.Web.Helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.dll
│ │ │ ├── System.Web.WebPages.Deployment.xml
│ │ │ ├── System.Web.WebPages.dll
│ │ │ ├── System.Web.WebPages.Razor.dll
│ │ │ ├── System.Web.WebPages.Razor.xml
│ │ │ └── System.Web.WebPages.xml
│ │ └── Microsoft.AspNet.WebPages.3.2.3.nupkg
│ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0
│ │ ├── build
│ │ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│ │ ├── content
│ │ │ ├── web.config.install.xdt
│ │ │ └── web.config.uninstall.xdt
│ │ ├── lib
│ │ │ └── net45
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ │ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0.nupkg
│ │ └── tools
│ │ ├── init.ps1
│ │ └── uninstall.ps1
│ ├── Microsoft.jQuery.Unobtrusive.Validation.3.2.3
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery.validate.unobtrusive.js
│ │ │ └── jquery.validate.unobtrusive.min.js
│ │ └── Microsoft.jQuery.Unobtrusive.Validation.3.2.3.nupkg
│ ├── Microsoft.Net.Compilers.1.0.0
│ │ ├── build
│ │ │ └── Microsoft.Net.Compilers.props
│ │ ├── Microsoft.Net.Compilers.1.0.0.nupkg
│ │ ├── ThirdPartyNotices.rtf
│ │ └── tools
│ │ ├── csc.exe
│ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ ├── Microsoft.CodeAnalysis.dll
│ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ ├── Microsoft.CSharp.Core.targets
│ │ ├── Microsoft.VisualBasic.Core.targets
│ │ ├── System.Collections.Immutable.dll
│ │ ├── System.Reflection.Metadata.dll
│ │ ├── vbc.exe
│ │ ├── VBCSCompiler.exe
│ │ └── VBCSCompiler.exe.config
│ ├── Microsoft.Office.Interop.Word.15.0.4797.1003
│ │ ├── lib
│ │ │ └── net20
│ │ │ └── Microsoft.Office.Interop.Word.dll
│ │ └── Microsoft.Office.Interop.Word.15.0.4797.1003.nupkg
│ ├── Microsoft.Web.Infrastructure.1.0.0.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── Microsoft.Web.Infrastructure.dll
│ │ └── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│ ├── Modernizr.2.6.2
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ └── modernizr-2.6.2.js
│ │ ├── Modernizr.2.6.2.nupkg
│ │ └── Tools
│ │ ├── common.ps1
│ │ ├── install.ps1
│ │ └── uninstall.ps1
│ ├── Newtonsoft.Json.6.0.4
│ │ ├── lib
│ │ │ ├── net20
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net35
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net40
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net45
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── netcore45
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── portable-net40%2Bsl5%2Bwp80%2Bwin8%2Bwpa81
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ └── portable-net45%2Bwp80%2Bwin8%2Bwpa81
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── Newtonsoft.Json.6.0.4.nupkg
│ │ └── tools
│ │ └── install.ps1
│ ├── Respond.1.2.0
│ │ ├── content
│ │ │ └── Scripts
│ │ │ ├── respond.js
│ │ │ └── respond.min.js
│ │ └── Respond.1.2.0.nupkg
│ ├── Spire.Doc.6.12.8
│ │ ├── lib
│ │ │ ├── net20
│ │ │ │ ├── Spire.Doc.dll
│ │ │ │ ├── Spire.Doc.XML
│ │ │ │ ├── Spire.License.dll
│ │ │ │ ├── Spire.License.xml
│ │ │ │ ├── Spire.Pdf.dll
│ │ │ │ └── Spire.Pdf.xml
│ │ │ ├── net40
│ │ │ │ ├── Spire.Doc.dll
│ │ │ │ ├── Spire.Doc.XML
│ │ │ │ ├── Spire.License.dll
│ │ │ │ ├── Spire.License.xml
│ │ │ │ ├── Spire.Pdf.dll
│ │ │ │ └── Spire.Pdf.xml
│ │ │ ├── net40-client
│ │ │ │ ├── Spire.Doc.dll
│ │ │ │ ├── Spire.Doc.XML
│ │ │ │ ├── Spire.License.dll
│ │ │ │ ├── Spire.License.xml
│ │ │ │ ├── Spire.Pdf.dll
│ │ │ │ └── Spire.Pdf.xml
│ │ │ ├── net46
│ │ │ │ ├── Spire.Doc.dll
│ │ │ │ ├── Spire.Doc.xml
│ │ │ │ ├── Spire.License.dll
│ │ │ │ ├── Spire.License.xml
│ │ │ │ ├── Spire.Pdf.dll
│ │ │ │ └── Spire.Pdf.xml
│ │ │ └── netstandard2.0
│ │ │ ├── Spire.Doc.dll
│ │ │ ├── Spire.Doc.xml
│ │ │ ├── Spire.License.dll
│ │ │ ├── Spire.License.xml
│ │ │ ├── Spire.Pdf.dll
│ │ │ └── Spire.Pdf.xml
│ │ ├── license.txt
│ │ └── Spire.Doc.6.12.8.nupkg
│ └── WebGrease.1.5.2
│ ├── lib
│ │ └── WebGrease.dll
│ ├── tools
│ │ └── WG.exe
│ └── WebGrease.1.5.2.nupkg
├── UeditorTestMVC
│ ├── App_Data
│ ├── ApplicationInsights.config
│ ├── App_Start
│ │ ├── BundleConfig.cs
│ │ ├── FilterConfig.cs
│ │ └── RouteConfig.cs
│ ├── bin
│ │ ├── Antlr3.Runtime.dll
│ │ ├── Antlr3.Runtime.pdb
│ │ ├── ApplicationInsights.config
│ │ ├── Microsoft.AI.Agent.Intercept.dll
│ │ ├── Microsoft.AI.DependencyCollector.dll
│ │ ├── Microsoft.AI.DependencyCollector.xml
│ │ ├── Microsoft.AI.PerfCounterCollector.dll
│ │ ├── Microsoft.AI.ServerTelemetryChannel.dll
│ │ ├── Microsoft.AI.ServerTelemetryChannel.xml
│ │ ├── Microsoft.AI.Web.dll
│ │ ├── Microsoft.AI.Web.xml
│ │ ├── Microsoft.AI.WindowsServer.dll
│ │ ├── Microsoft.AI.WindowsServer.xml
│ │ ├── Microsoft.ApplicationInsights.dll
│ │ ├── Microsoft.ApplicationInsights.xml
│ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ │ ├── Microsoft.mshtml.dll
│ │ ├── Microsoft.Office.Interop.Word.dll
│ │ ├── Microsoft.Vbe.Interop.dll
│ │ ├── Microsoft.Web.Infrastructure.dll
│ │ ├── Newtonsoft.Json.dll
│ │ ├── Newtonsoft.Json.pdb
│ │ ├── Newtonsoft.Json.xml
│ │ ├── office.dll
│ │ ├── office.xml
│ │ ├── roslyn
│ │ │ ├── csc.exe
│ │ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ │ ├── Microsoft.CodeAnalysis.dll
│ │ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ │ ├── Microsoft.CSharp.Core.targets
│ │ │ ├── Microsoft.VisualBasic.Core.targets
│ │ │ ├── System.Collections.Immutable.dll
│ │ │ ├── System.Reflection.Metadata.dll
│ │ │ ├── vbc.exe
│ │ │ ├── VBCSCompiler.exe
│ │ │ └── VBCSCompiler.exe.config
│ │ ├── Spire.Doc.dll
│ │ ├── Spire.Doc.xml
│ │ ├── Spire.License.dll
│ │ ├── Spire.License.xml
│ │ ├── Spire.Pdf.dll
│ │ ├── Spire.Pdf.xml
│ │ ├── stdole.dll
│ │ ├── System.Web.Helpers.dll
│ │ ├── System.Web.Helpers.xml
│ │ ├── System.Web.Mvc.dll
│ │ ├── System.Web.Mvc.xml
│ │ ├── System.Web.Optimization.dll
│ │ ├── System.Web.Optimization.xml
│ │ ├── System.Web.Razor.dll
│ │ ├── System.Web.Razor.xml
│ │ ├── System.Web.WebPages.Deployment.dll
│ │ ├── System.Web.WebPages.Deployment.xml
│ │ ├── System.Web.WebPages.dll
│ │ ├── System.Web.WebPages.Razor.dll
│ │ ├── System.Web.WebPages.Razor.xml
│ │ ├── System.Web.WebPages.xml
│ │ ├── UeditorTestMVC.dll
│ │ ├── UeditorTestMVC.dll.config
│ │ ├── UeditorTestMVC.pdb
│ │ └── WebGrease.dll
│ ├── Content
│ │ ├── bootstrap.css
│ │ ├── bootstrap.min.css
│ │ ├── img
│ │ │ └── import.png
│ │ ├── Site.css
│ │ └── wordDemo.txt
│ ├── Controllers
│ │ ├── HomeController.cs
│ │ └── HtmlToWordController.cs
│ ├── favicon.ico
│ ├── fonts
│ │ ├── glyphicons-halflings-regular.eot
│ │ ├── glyphicons-halflings-regular.svg
│ │ ├── glyphicons-halflings-regular.ttf
│ │ └── glyphicons-halflings-regular.woff
│ ├── Global.asax
│ ├── Global.asax.cs
│ ├── html
│ │ ├── 20181213
│ │ │ ├── 201812131408.files
│ │ │ │ ├── image001.png
│ │ │ │ └── image002.png
│ │ │ ├── 2018121314237.files
│ │ │ │ ├── image001.png
│ │ │ │ └── image002.png
│ │ │ ├── 2018121314237.html
│ │ │ ├── 2018121314542.files
│ │ │ │ ├── image001.png
│ │ │ │ └── image002.png
│ │ │ ├── 201812131479.files
│ │ │ │ ├── image001.png
│ │ │ │ └── image002.png
│ │ │ └── 201812131480.files
│ │ │ ├── image001.jpg
│ │ │ ├── image002.jpg
│ │ │ ├── image003.jpg
│ │ │ ├── image004.jpg
│ │ │ ├── image005.gif
│ │ │ ├── image006.jpg
│ │ │ ├── image007.jpg
│ │ │ ├── image008.jpg
│ │ │ ├── image009.jpg
│ │ │ ├── image010.jpg
│ │ │ ├── image011.jpg
│ │ │ ├── image012.jpg
│ │ │ ├── image013.jpg
│ │ │ ├── image014.jpg
│ │ │ ├── image015.jpg
│ │ │ ├── image016.jpg
│ │ │ ├── image017.jpg
│ │ │ ├── image018.jpg
│ │ │ ├── image019.jpg
│ │ │ ├── image020.gif
│ │ │ ├── image021.jpg
│ │ │ ├── image022.gif
│ │ │ ├── image023.gif
│ │ │ ├── image024.jpg
│ │ │ ├── image025.gif
│ │ │ └── image026.gif
│ │ └── 20181228
│ ├── Models
│ │ └── Bookmark.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── TempPE
│ │ ├── UeditorTestMVC.csproj.FileListAbsolute.txt
│ │ ├── UeditorTestMVC.csprojResolveAssemblyReference.cache
│ │ ├── UeditorTestMVC.dll
│ │ └── UeditorTestMVC.pdb
│ ├── packages.config
│ ├── Project_Readme.html
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Scripts
│ │ ├── ai.0.22.9-build00167.js
│ │ ├── ai.0.22.9-build00167.min.js
│ │ ├── bootstrap.js
│ │ ├── bootstrap.min.js
│ │ ├── jquery-1.10.2.intellisense.js
│ │ ├── jquery-1.10.2.js
│ │ ├── jquery-1.10.2.min.js
│ │ ├── jquery-1.10.2.min.map
│ │ ├── jquery.form.js
│ │ ├── jquery.validate.js
│ │ ├── jquery.validate.min.js
│ │ ├── jquery.validate.unobtrusive.js
│ │ ├── jquery.validate.unobtrusive.min.js
│ │ ├── jquery.validate-vsdoc.js
│ │ ├── modernizr-2.6.2.js
│ │ ├── _references.js
│ │ ├── respond.js
│ │ ├── respond.min.js
│ │ └── ueditor1_4_3
│ │ ├── dialogs
│ │ │ ├── anchor
│ │ │ │ └── anchor.html
│ │ │ ├── attachment
│ │ │ │ ├── attachment.css
│ │ │ │ ├── attachment.html
│ │ │ │ ├── attachment.js
│ │ │ │ ├── fileTypeImages
│ │ │ │ │ ├── icon_chm.gif
│ │ │ │ │ ├── icon_default.png
│ │ │ │ │ ├── icon_doc.gif
│ │ │ │ │ ├── icon_exe.gif
│ │ │ │ │ ├── icon_jpg.gif
│ │ │ │ │ ├── icon_mp3.gif
│ │ │ │ │ ├── icon_mv.gif
│ │ │ │ │ ├── icon_pdf.gif
│ │ │ │ │ ├── icon_ppt.gif
│ │ │ │ │ ├── icon_psd.gif
│ │ │ │ │ ├── icon_rar.gif
│ │ │ │ │ ├── icon_txt.gif
│ │ │ │ │ └── icon_xls.gif
│ │ │ │ └── images
│ │ │ │ ├── alignicon.gif
│ │ │ │ ├── alignicon.png
│ │ │ │ ├── bg.png
│ │ │ │ ├── file-icons.gif
│ │ │ │ ├── file-icons.png
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── image.png
│ │ │ │ ├── progress.png
│ │ │ │ ├── success.gif
│ │ │ │ └── success.png
│ │ │ ├── background
│ │ │ │ ├── background.css
│ │ │ │ ├── background.html
│ │ │ │ ├── background.js
│ │ │ │ └── images
│ │ │ │ ├── bg.png
│ │ │ │ └── success.png
│ │ │ ├── charts
│ │ │ │ ├── chart.config.js
│ │ │ │ ├── charts.css
│ │ │ │ ├── charts.html
│ │ │ │ ├── charts.js
│ │ │ │ └── images
│ │ │ │ ├── charts0.png
│ │ │ │ ├── charts1.png
│ │ │ │ ├── charts2.png
│ │ │ │ ├── charts3.png
│ │ │ │ ├── charts4.png
│ │ │ │ └── charts5.png
│ │ │ ├── emotion
│ │ │ │ ├── emotion.css
│ │ │ │ ├── emotion.html
│ │ │ │ ├── emotion.js
│ │ │ │ └── images
│ │ │ │ ├── 0.gif
│ │ │ │ ├── bface.gif
│ │ │ │ ├── cface.gif
│ │ │ │ ├── fface.gif
│ │ │ │ ├── jxface2.gif
│ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ ├── tface.gif
│ │ │ │ ├── wface.gif
│ │ │ │ └── yface.gif
│ │ │ ├── gmap
│ │ │ │ └── gmap.html
│ │ │ ├── help
│ │ │ │ ├── help.css
│ │ │ │ ├── help.html
│ │ │ │ └── help.js
│ │ │ ├── image
│ │ │ │ ├── image.css
│ │ │ │ ├── image.html
│ │ │ │ ├── image.js
│ │ │ │ └── images
│ │ │ │ ├── alignicon.jpg
│ │ │ │ ├── bg.png
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── image.png
│ │ │ │ ├── progress.png
│ │ │ │ ├── success.gif
│ │ │ │ └── success.png
│ │ │ ├── insertframe
│ │ │ │ └── insertframe.html
│ │ │ ├── internal.js
│ │ │ ├── link
│ │ │ │ └── link.html
│ │ │ ├── map
│ │ │ │ ├── map.html
│ │ │ │ └── show.html
│ │ │ ├── music
│ │ │ │ ├── music.css
│ │ │ │ ├── music.html
│ │ │ │ └── music.js
│ │ │ ├── preview
│ │ │ │ └── preview.html
│ │ │ ├── scrawl
│ │ │ │ ├── images
│ │ │ │ │ ├── addimg.png
│ │ │ │ │ ├── brush.png
│ │ │ │ │ ├── delimgH.png
│ │ │ │ │ ├── delimg.png
│ │ │ │ │ ├── emptyH.png
│ │ │ │ │ ├── empty.png
│ │ │ │ │ ├── eraser.png
│ │ │ │ │ ├── redoH.png
│ │ │ │ │ ├── redo.png
│ │ │ │ │ ├── scaleH.png
│ │ │ │ │ ├── scale.png
│ │ │ │ │ ├── size.png
│ │ │ │ │ ├── undoH.png
│ │ │ │ │ └── undo.png
│ │ │ │ ├── scrawl.css
│ │ │ │ ├── scrawl.html
│ │ │ │ └── scrawl.js
│ │ │ ├── searchreplace
│ │ │ │ ├── searchreplace.html
│ │ │ │ └── searchreplace.js
│ │ │ ├── snapscreen
│ │ │ │ └── snapscreen.html
│ │ │ ├── spechars
│ │ │ │ ├── spechars.html
│ │ │ │ └── spechars.js
│ │ │ ├── table
│ │ │ │ ├── dragicon.png
│ │ │ │ ├── edittable.css
│ │ │ │ ├── edittable.html
│ │ │ │ ├── edittable.js
│ │ │ │ ├── edittd.html
│ │ │ │ └── edittip.html
│ │ │ ├── template
│ │ │ │ ├── config.js
│ │ │ │ ├── images
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── pre0.png
│ │ │ │ │ ├── pre1.png
│ │ │ │ │ ├── pre2.png
│ │ │ │ │ ├── pre3.png
│ │ │ │ │ └── pre4.png
│ │ │ │ ├── template.css
│ │ │ │ ├── template.html
│ │ │ │ └── template.js
│ │ │ ├── video
│ │ │ │ ├── images
│ │ │ │ │ ├── bg.png
│ │ │ │ │ ├── center_focus.jpg
│ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ ├── file-icons.png
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── image.png
│ │ │ │ │ ├── left_focus.jpg
│ │ │ │ │ ├── none_focus.jpg
│ │ │ │ │ ├── progress.png
│ │ │ │ │ ├── right_focus.jpg
│ │ │ │ │ ├── success.gif
│ │ │ │ │ └── success.png
│ │ │ │ ├── video.css
│ │ │ │ ├── video.html
│ │ │ │ └── video.js
│ │ │ ├── webapp
│ │ │ │ └── webapp.html
│ │ │ └── wordimage
│ │ │ ├── fClipboard_ueditor.swf
│ │ │ ├── imageUploader.swf
│ │ │ ├── tangram.js
│ │ │ ├── wordimage.html
│ │ │ └── wordimage.js
│ │ ├── index.html
│ │ ├── lang
│ │ │ ├── en
│ │ │ │ ├── en.js
│ │ │ │ └── images
│ │ │ │ ├── addimage.png
│ │ │ │ ├── alldeletebtnhoverskin.png
│ │ │ │ ├── alldeletebtnupskin.png
│ │ │ │ ├── background.png
│ │ │ │ ├── button.png
│ │ │ │ ├── copy.png
│ │ │ │ ├── deletedisable.png
│ │ │ │ ├── deleteenable.png
│ │ │ │ ├── listbackground.png
│ │ │ │ ├── localimage.png
│ │ │ │ ├── music.png
│ │ │ │ ├── rotateleftdisable.png
│ │ │ │ ├── rotateleftenable.png
│ │ │ │ ├── rotaterightdisable.png
│ │ │ │ ├── rotaterightenable.png
│ │ │ │ └── upload.png
│ │ │ └── zh-cn
│ │ │ ├── images
│ │ │ │ ├── copy.png
│ │ │ │ ├── localimage.png
│ │ │ │ ├── music.png
│ │ │ │ └── upload.png
│ │ │ └── zh-cn.js
│ │ ├── net
│ │ │ ├── App_Code
│ │ │ │ ├── Config.cs
│ │ │ │ ├── ConfigHandler.cs
│ │ │ │ ├── CrawlerHandler.cs
│ │ │ │ ├── Handler.cs
│ │ │ │ ├── ListFileHandler.cs
│ │ │ │ ├── NotSupportedHandler.cs
│ │ │ │ ├── PathFormater.cs
│ │ │ │ └── UploadHandler.cs
│ │ │ ├── Bin
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ ├── Newtonsoft.Json.pdb
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── config.json
│ │ │ ├── controller.ashx
│ │ │ ├── net.sln
│ │ │ ├── README.md
│ │ │ ├── upload
│ │ │ └── Web.config
│ │ ├── Resource
│ │ │ ├── file
│ │ │ ├── image
│ │ │ │ ├── 20181204
│ │ │ │ │ ├── 6367951476287660024333079.png
│ │ │ │ │ ├── 6367951477479660022418957.png
│ │ │ │ │ └── 6367951518253560023995597.png
│ │ │ │ └── 20181213
│ │ │ │ └── 6368026134115880021110363.png
│ │ │ └── video
│ │ ├── themes
│ │ │ ├── default
│ │ │ │ ├── css
│ │ │ │ │ ├── ueditor.css
│ │ │ │ │ └── ueditor.min.css
│ │ │ │ ├── dialogbase.css
│ │ │ │ └── images
│ │ │ │ ├── anchor.gif
│ │ │ │ ├── arrow_down.png
│ │ │ │ ├── arrow.png
│ │ │ │ ├── arrow_up.png
│ │ │ │ ├── button-bg.gif
│ │ │ │ ├── cancelbutton.gif
│ │ │ │ ├── charts.png
│ │ │ │ ├── cursor_h.gif
│ │ │ │ ├── cursor_h.png
│ │ │ │ ├── cursor_v.gif
│ │ │ │ ├── cursor_v.png
│ │ │ │ ├── dialog-title-bg.png
│ │ │ │ ├── filescan.png
│ │ │ │ ├── highlighted.gif
│ │ │ │ ├── icons-all.gif
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── loaderror.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── lock.gif
│ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ ├── pagebreak.gif
│ │ │ │ ├── scale.png
│ │ │ │ ├── sortable.png
│ │ │ │ ├── spacer.gif
│ │ │ │ ├── sparator_v.png
│ │ │ │ ├── table-cell-align.png
│ │ │ │ ├── tangram-colorpicker.png
│ │ │ │ ├── toolbar_bg.png
│ │ │ │ ├── unhighlighted.gif
│ │ │ │ ├── upload.png
│ │ │ │ ├── videologo.gif
│ │ │ │ ├── word.gif
│ │ │ │ └── wordpaste.png
│ │ │ └── iframe.css
│ │ ├── third-party
│ │ │ ├── codemirror
│ │ │ │ ├── codemirror.css
│ │ │ │ └── codemirror.js
│ │ │ ├── highcharts
│ │ │ │ ├── adapters
│ │ │ │ │ ├── mootools-adapter.js
│ │ │ │ │ ├── mootools-adapter.src.js
│ │ │ │ │ ├── prototype-adapter.js
│ │ │ │ │ ├── prototype-adapter.src.js
│ │ │ │ │ ├── standalone-framework.js
│ │ │ │ │ └── standalone-framework.src.js
│ │ │ │ ├── highcharts.js
│ │ │ │ ├── highcharts-more.js
│ │ │ │ ├── highcharts-more.src.js
│ │ │ │ ├── highcharts.src.js
│ │ │ │ ├── modules
│ │ │ │ │ ├── annotations.js
│ │ │ │ │ ├── annotations.src.js
│ │ │ │ │ ├── canvas-tools.js
│ │ │ │ │ ├── canvas-tools.src.js
│ │ │ │ │ ├── data.js
│ │ │ │ │ ├── data.src.js
│ │ │ │ │ ├── drilldown.js
│ │ │ │ │ ├── drilldown.src.js
│ │ │ │ │ ├── exporting.js
│ │ │ │ │ ├── exporting.src.js
│ │ │ │ │ ├── funnel.js
│ │ │ │ │ ├── funnel.src.js
│ │ │ │ │ ├── heatmap.js
│ │ │ │ │ ├── heatmap.src.js
│ │ │ │ │ ├── map.js
│ │ │ │ │ ├── map.src.js
│ │ │ │ │ ├── no-data-to-display.js
│ │ │ │ │ └── no-data-to-display.src.js
│ │ │ │ └── themes
│ │ │ │ ├── dark-blue.js
│ │ │ │ ├── dark-green.js
│ │ │ │ ├── gray.js
│ │ │ │ ├── grid.js
│ │ │ │ └── skies.js
│ │ │ ├── jquery-1.10.2.js
│ │ │ ├── jquery-1.10.2.min.js
│ │ │ ├── jquery-1.10.2.min.map
│ │ │ ├── snapscreen
│ │ │ │ └── UEditorSnapscreen.exe
│ │ │ ├── SyntaxHighlighter
│ │ │ │ ├── shCoreDefault.css
│ │ │ │ └── shCore.js
│ │ │ ├── video-js
│ │ │ │ ├── font
│ │ │ │ │ ├── vjs.eot
│ │ │ │ │ ├── vjs.svg
│ │ │ │ │ ├── vjs.ttf
│ │ │ │ │ └── vjs.woff
│ │ │ │ ├── video.dev.js
│ │ │ │ ├── video.js
│ │ │ │ ├── video-js.css
│ │ │ │ ├── video-js.min.css
│ │ │ │ └── video-js.swf
│ │ │ ├── webuploader
│ │ │ │ ├── Uploader.swf
│ │ │ │ ├── webuploader.css
│ │ │ │ ├── webuploader.custom.js
│ │ │ │ ├── webuploader.custom.min.js
│ │ │ │ ├── webuploader.flashonly.js
│ │ │ │ ├── webuploader.flashonly.min.js
│ │ │ │ ├── webuploader.html5only.js
│ │ │ │ ├── webuploader.html5only.min.js
│ │ │ │ ├── webuploader.js
│ │ │ │ ├── webuploader.min.js
│ │ │ │ ├── webuploader.withoutimage.js
│ │ │ │ └── webuploader.withoutimage.min.js
│ │ │ └── zeroclipboard
│ │ │ ├── ZeroClipboard.js
│ │ │ ├── ZeroClipboard.min.js
│ │ │ └── ZeroClipboard.swf
│ │ ├── ueditor.all.js
│ │ ├── ueditor.all.min.js
│ │ ├── ueditor.config.js
│ │ ├── ueditor.parse.js
│ │ └── ueditor.parse.min.js
│ ├── UeditorTestMVC.csproj
│ ├── UeditorTestMVC.csproj.user
│ ├── Upload
│ │ ├── 586f4899-734f-4109-a8da-2f23d2e9c52a.docx
│ │ └── ae3ccd3b-2d74-4c6f-bc1f-b85128ace943.docx
│ ├── Views
│ │ ├── Home
│ │ │ ├── About.cshtml
│ │ │ ├── Contact.cshtml
│ │ │ ├── HtmlToWord.cshtml
│ │ │ └── Index.cshtml
│ │ ├── HtmlToWord
│ │ │ └── Index.cshtml
│ │ ├── Shared
│ │ │ ├── Error.cshtml
│ │ │ └── _Layout.cshtml
│ │ ├── _ViewStart.cshtml
│ │ └── Web.config
│ ├── Web.config
│ ├── Web.Debug.config
│ └── Web.Release.config
└── UeditorTestMVC.sln
210 directories, 651 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论