meta http-equiv="X-UA-Compatible" ;content="IE=edge, chrome=1"

本文提供了一个链接参考,具体内容需要通过提供的链接访问查看。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

<?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot;?> <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;> <HTML><HEAD><meta content=&quot;IE=5.0000&quot; = http-equiv=&quot;X-UA-Compatible&quot;/> <TITLE>Trioptics Certificate</TITLE> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; = charset=windows-1252&quot;/><link href=&quot;file:///C:/Program%20Files/Trioptics%20GmbH/MTF-LAB%205/Certifica= tes/certificate.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;/> <meta name=&quot;GENERATOR&quot; content=&quot;MSHTML 11.00.9600.18538&quot;/></HEAD> <BODY class=&quot;CBodyCert&quot; id=&quot;IBodyCert&quot;><!-- open certificate table = --> <TABLE align=&quot;left&quot; class=&quot;CTableCert&quot; id=&quot;ITableCert&quot;><!-- Header = --> <TBODY> <TR class=&quot;CTRHeader&quot; id=&quot;ITRCompany&quot;> <TD class=&quot;CTDHeader&quot; id=&quot;ITDCompany&quot;> <DIV class=&quot;CDivHeader&quot; id=&quot;IDivCompany&quot;>ImageMaster - Certificate</DIV></TD> <TD class=&quot;CTDHeader&quot; id=&quot;ITDLogo&quot;><img class=&quot;CTDHeader&quot; = id=&quot;ITDLogo&quot; = src=&quot;file:///C:/Program%20Files/Trioptics%20GmbH/MTF-LAB%205/Certificat= es/img/Trioptics-Logo-250x65.png&quot;/> </TD></TR> <TR class=&quot;CTRHeader&quot; id=&quot;ITDSlogan&quot;> <TD class=&quot;CTDHeader&quot; id=&quot;ITDSlogan&quot; colspan=&quot;2&quot;></TD></TR> <TR> <TD colspan=&quot;2&quot;> <PRE>Company : Sunex = Operator : TH = Time/Date : 20:29:14 June 14, 2025 = Sample ID : 0 = Measure Program : 3D Tilt Corrected Through Focus = Temperature : 20°C = Measured with : <A href=&quot;http://www.trioptics.com/&quot;>TRIOPTICS</A> - = MTF-LAB - Vers. 5.13.2 = Instrument S/N : 09-113-0259 = Comments : AMT5 = </PRE></TD></TR> <TR>// 修复HTML文档使其符合XML规范: QString TriopticsParser::preprocessHtmlForXml(const QString &amp; html) { QString result = html; // 1. 修复字符集声明 result.replace(&quot;charset=\n=iso-8859-1&quot;, &quot;charset=\&quot;iso-8859-1\&quot;&quot;); // 2. 转义URL中的&amp;符号 result.replace(QRegularExpression(&quot;href=\&quot;([^\&quot;]*?)(?<!&amp;|<|>|&amp;apos;|&quot;)&amp;([^\&quot;]*?)\&quot;&quot;), &quot;href=\&quot;\\1&amp;\\2\&quot;&quot;); // 3. 修复自闭合标签 QStringList selfClosingTags = { &quot;img&quot;, &quot;br&quot;, &quot;hr&quot;, &quot;meta&quot;, &quot;link&quot; }; for (const QString&amp; tag : selfClosingTags) { // 处理有属性的标签 result.replace(QRegularExpression(QString(&quot;<%1\\b([^>]*)>&quot;).arg(tag), QRegularExpression::CaseInsensitiveOption), QString(&quot;<%1\\1/>&quot;).arg(tag)); // 处理没有属性的标签 result.replace(QRegularExpression(QString(&quot;<%1\\s*>&quot;).arg(tag), QRegularExpression::CaseInsensitiveOption), QString(&quot;<%1/>&quot;).arg(tag)); } // 4. 移除无效的</link>结束标签 result.replace(&quot;</link>&quot;, &quot;&quot;); // 5. 添加XML声明 if (!result.contains(&quot;<?xml&quot;)) { result.prepend(&quot;<?xml version=\&quot;1.0\&quot; encoding=\&quot;ISO-8859-1\&quot;?>\n&quot;); } return result; }
最新发布
07-06
分析以下html 使用这个js 在Java中实现markdown转思维导图生成html: <html> <head> <meta charset=&quot;UTF-8&quot; /> <meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot; /> <meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;ie=edge&quot; /> <title>Markmap</title> <style> * { margin: 0; padding: 0; } html { font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } #mindmap { display: block; width: 100vw; height: 100vh; } .markmap-dark { background: #27272a; color: white; } </style> <link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/markmap-toolbar@0.18.12/dist/style.css&quot;> <link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/katex@0.16.18/dist/katex.min.css&quot;> </head> <body> <svg id=&quot;mindmap&quot;></svg> <script src=&quot;https://cdn.jsdelivr.net/npm/[email protected]/dist/d3.min.js&quot;></script> <script src=&quot;https://cdn.jsdelivr.net/npm/markmap-view@0.18.12/dist/browser/index.js&quot;></script> <script src=&quot;https://cdn.jsdelivr.net/npm/markmap-toolbar@0.18.12/dist/index.js&quot;></script> <script>(e=>{window.WebFontConfig={custom:{families:[&quot;KaTeX_AMS&quot;,&quot;KaTeX_Caligraphic:n4,n7&quot;,&quot;KaTeX_Fraktur:n4,n7&quot;,&quot;KaTeX_Main:n4,n7,i4,i7&quot;,&quot;KaTeX_Math:i4,i7&quot;,&quot;KaTeX_Script&quot;,&quot;KaTeX_SansSerif:n4,n7,i4&quot;,&quot;KaTeX_Size1&quot;,&quot;KaTeX_Size2&quot;,&quot;KaTeX_Size3&quot;,&quot;KaTeX_Size4&quot;,&quot;KaTeX_Typewriter&quot;]},active:()=>{e().refreshHook.call()}}})(()=>window.markmap)</script><script src=&quot;https://cdn.jsdelivr.net/npm/webfontloader@1.6.28/webfontloader.js&quot; defer></script><script>(()=>{setTimeout(()=>{const{markmap:S,mm:Q}=window,$=new S.Toolbar;$.attach(Q);const I=$.render();I.setAttribute(&quot;style&quot;,&quot;position:absolute;bottom:20px;right:20px&quot;),document.body.append(I)})})()</script> <script>((l,U,M,R)=>{const N=l();window.mm=N.Markmap.create(&quot;svg#mindmap&quot;,(U||N.deriveOptions)(R),M),window.matchMedia(&quot;(prefers-color-scheme: dark)&quot;).matches&amp;&amp;document.documentElement.classList.add(&quot;markmap-dark&quot;)})(()=>window.markmap,null,{&quot;content&quot;:&quot;markmap&quot;,&quot;children&quot;:[{&quot;content&quot;:&quot;Links&quot;,&quot;children&quot;:[{&quot;content&quot;:&quot;<a href=\&quot;https://markmap.js.org/\&quot;>Website</a>&quot;,&quot;children&quot;:[],&quot;payload&quot;:{&quot;tag&quot;:&quot;li&quot;,&quot;lines&quot;:&quot;8,9&quot;}},{&quot;content&quot;:&quot;<a href=\&quot;https://github.com/gera2ld/markmap\&quot;>GitHub</a>&quot;,&quot;children&quot;:[],&quot;payload&quot;:{&quot;tag&quot;:&quot;li&quot;,&quot;lines&quot;:&quot;9,11&quot;}}],&quot;payload&quot;:{&quot;tag&quot;:&quot;h2&quot;,&quot;lines&quot;:&quot;6,7&quot;}},{&quot;content&quot;:&quot;Related Projects&quot;,&quot;children&quot;:[{&quot;content&quot;:&quot;<a href=\&quot;https://github.com/gera2ld/coc-markmap\&quot;>coc-markmap</a> for Neovim&quot;,&quot;children&quot;:[],&quot;payload&quot;:{&quot;tag&quot;:&quot;li&quot;,&quot;lines&quot;:&quot;13,14&quot;}},{&quot;content&quot;:&quot;<a href=\&quot;https://marketplace.visualstudio.com/items?itemName=gera2ld.markmap-vscode\&quot;>markmap-vscode</a> for VSCode&quot;,&quot;children&quot;:[],&quot;payload&quot;:{&quot;tag&quot;:&quot;li&quot;,&quot;lines&quot;:&quot;14,15&quot;}},{&quot;content&quot;:&quot;<a href=\&quot;https://github.com/emacs-eaf/eaf-markmap\&quot;>eaf-markmap</a> for Emacs&quot;,&quot;children&quot;:[],&quot;payload&quot;:{&quot;tag&quot;:&quot;li&quot;,&quot;lines&quot;:&quot;15,17&quot;}}],&quot;payload&quot;:{&quot;tag&quot;:&quot;h2&quot;,&quot;lines&quot;:&quot;11,12&quot;}},{&quot;content&quot;:&quot;Features&quot;,&quot;children&quot;:[{&quot;content&quot;:&quot;Lists&quot;,&quot;children&quot;:[{&quot;content&quot;:&quot;<strong>strong</strong> <s>del</s> italic <mark>highlight</mark>&quot;,&quot;children&quot;:[],&quot;payload&quot;:{&quot;tag&quot;:&quot;li&quot;,&quot;lines&quot;:&quot;23,24&quot;}},{&quot;content&quot;:&quot;<code>inline code</code>&quot;,&quot;children&quot;:[],&quot;payload&quot;:{&quot;tag&quot;:&quot;li&quot;,&quot;lines&quot;:&quot;24,25&quot;}},{&quot;content&quot;:&quot;<svg width=\&quot;16\&quot; height=\&quot;16\&quot; viewBox=\&quot;0 -3 24 24\&quot;><path d=\&quot;M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-9 14-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8z\&quot;/></svg> checkbox&quot;,&quot;children&quot;:[],&quot;payload&quot;:{&quot;tag&quot;:&quot;li&quot;,&quot;lines&quot;:&quot;25,26&quot;}},{&quot;content&quot;:&quot;Katex: <span class=\&quot;katex\&quot;><span class=\&quot;katex-mathml\&quot;><math xmlns=\&quot;http://www.w3.org/1998/Math/MathML\&quot;><semantics><mrow><mi>x</mi><mo>=</mo><mfrac><mrow><mo>−</mo><mi>b</mi><mo>±</mo><msqrt><mrow><msup><mi>b</mi><mn>2</mn></msup><mo>−</mo><mn>4</mn><mi>a</mi><mi>c</mi></mrow></msqrt></mrow><mrow><mn>2</mn><mi>a</mi></mrow></mfrac></mrow><annotation encoding=\&quot;application/x-tex\&quot;>x = {-b \\pm \\sqrt{b^2-4ac} \\over 2a}</annotation></semantics></math></span><span class=\&quot;katex-html\&quot; aria-hidden=\&quot;true\&quot;><span class=\&quot;base\&quot;><span class=\&quot;strut\&quot; style=\&quot;height:0.4306em;\&quot;></span><span class=\&quot;mord mathnormal\&quot;>x</span><span class=\&quot;mspace\&quot; style=\&quot;margin-right:0.2778em;\&quot;></span><span class=\&quot;mrel\&quot;>=</span><span class=\&quot;mspace\&quot; style=\&quot;margin-right:0.2778em;\&quot;></span></span><span class=\&quot;base\&quot;><span class=\&quot;strut\&quot; style=\&quot;height:1.3845em;vertical-align:-0.345em;\&quot;></span><span class=\&quot;mord\&quot;><span class=\&quot;mord\&quot;><span class=\&quot;mopen nulldelimiter\&quot;></span><span class=\&quot;mfrac\&quot;><span class=\&quot;vlist-t vlist-t2\&quot;><span class=\&quot;vlist-r\&quot;><span class=\&quot;vlist\&quot; style=\&quot;height:1.0395em;\&quot;><span style=\&quot;top:-2.655em;\&quot;><span class=\&quot;pstrut\&quot; style=\&quot;height:3em;\&quot;></span><span class=\&quot;sizing reset-size6 size3 mtight\&quot;><span class=\&quot;mord mtight\&quot;><span class=\&quot;mord mtight\&quot;>2</span><span class=\&quot;mord mathnormal mtight\&quot;>a</span></span></span></span><span style=\&quot;top:-3.23em;\&quot;><span class=\&quot;pstrut\&quot; style=\&quot;height:3em;\&quot;></span><span class=\&quot;frac-line\&quot; style=\&quot;border-bottom-width:0.04em;\&quot;></span></span><span style=\&quot;top:-3.394em;\&quot;><span class=\&quot;pstrut\&quot; style=\&quot;height:3em;\&quot;></span><span class=\&quot;sizing reset-size6 size3 mtight\&quot;><span class=\&quot;mord mtight\&quot;><span class=\&quot;mord mtight\&quot;>−</span><span class=\&quot;mord mathnormal mtight\&quot;>b</span><span class=\&quot;mbin mtight\&quot;>±</span><span class=\&quot;mord sqrt mtight\&quot;><span class=\&quot;vlist-t vlist-t2\&quot;><span class=\&quot;vlist-r\&quot;><span class=\&quot;vlist\&quot; style=\&quot;height:0.9221em;\&quot;><span class=\&quot;svg-align\&quot; style=\&quot;top:-3em;\&quot;><span class=\&quot;pstrut\&quot; style=\&quot;height:3em;\&quot;></span><span class=\&quot;mord mtight\&quot; style=\&quot;padding-left:0.833em;\&quot;><span class=\&quot;mord mtight\&quot;><span class=\&quot;mord mathnormal mtight\&quot;>b</span><span class=\&quot;msupsub\&quot;><span class=\&quot;vlist-t\&quot;><span class=\&quot;vlist-r\&quot;><span class=\&quot;vlist\&quot; style=\&quot;height:0.7463em;\&quot;><span style=\&quot;top:-2.786em;margin-right:0.0714em;\&quot;><span class=\&quot;pstrut\&quot; style=\&quot;height:2.5em;\&quot;></span><span class=\&quot;sizing reset-size3 size1 mtight\&quot;><span class=\&quot;mord mtight\&quot;>2</span></span></span></span></span></span></span></span><span class=\&quot;mbin mtight\&quot;>−</span><span class=\&quot;mord mtight\&quot;>4</span><span class=\&quot;mord mathnormal mtight\&quot;>a</span><span class=\&quot;mord mathnormal mtight\&quot;>c</span></span></span><span style=\&quot;top:-2.8821em;\&quot;><span class=\&quot;pstrut\&quot; style=\&quot;height:3em;\&quot;></span><span class=\&quot;hide-tail mtight\&quot; style=\&quot;min-width:0.853em;height:1.08em;\&quot;><svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; width=\&quot;400em\&quot; height=\&quot;1.08em\&quot; viewBox=\&quot;0 0 400000 1080\&quot; preserveAspectRatio=\&quot;xMinYMin slice\&quot;><path d=\&quot;M95,702\nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14\nc0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54\nc44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10\ns173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429\nc69,-144,104.5,-217.7,106.5,-221\nl0 -0\nc5.3,-9.3,12,-14,20,-14\nH400000v40H845.2724\ns-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7\nc-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z\nM834 80h400000v40h-400000z\&quot;/></svg></span></span></span><span class=\&quot;vlist-s\&quot;>​</span></span><span class=\&quot;vlist-r\&quot;><span class=\&quot;vlist\&quot; style=\&quot;height:0.1179em;\&quot;><span></span></span></span></span></span></span></span></span></span><span class=\&quot;vlist-s\&quot;>​</span></span><span class=\&quot;vlist-r\&quot;><span class=\&quot;vlist\&quot; style=\&quot;height:0.345em;\&quot;><span></span></span></span></span></span><span class=\&quot;mclose nulldelimiter\&quot;></span></span></span></span></span></span>&quot;,&quot;children&quot;:[{&quot;content&quot;:&quot;<a href=\&quot;#?d=gist:af76a4c245b302206b16aec503dbe07b:katex.md\&quot;>More Katex Examples</a>&quot;,&quot;children&quot;:[],&quot;payload&quot;:{&quot;tag&quot;:&quot;li&quot;,&quot;lines&quot;:&quot;27,28&quot;}}],&quot;payload&quot;:{&quot;tag&quot;:&quot;li&quot;,&quot;lines&quot;:&quot;26,28&quot;,&quot;fold&quot;:1}},{&quot;content&quot;:&quot;Now we can wrap very very very very long text with the <code>maxWidth</code> option&quot;,&quot;children&quot;:[],&quot;payload&quot;:{&quot;tag&quot;:&quot;li&quot;,&quot;lines&quot;:&quot;28,29&quot;}},{&quot;content&quot;:&quot;Ordered list&quot;,&quot;children&quot;:[{&quot;content&quot;:&quot;1. item 1&quot;,&quot;children&quot;:[],&quot;payload&quot;:{&quot;tag&quot;:&quot;li&quot;,&quot;lines&quot;:&quot;30,31&quot;,&quot;listIndex&quot;:1}},{&quot;content&quot;:&quot;2. item 2&quot;,&quot;children&quot;:[],&quot;payload&quot;:{&quot;tag&quot;:&quot;li&quot;,&quot;lines&quot;:&quot;31,33&quot;,&quot;listIndex&quot;:2}}],&quot;payload&quot;:{&quot;tag&quot;:&quot;li&quot;,&quot;lines&quot;:&quot;29,33&quot;}}],&quot;payload&quot;:{&quot;tag&quot;:&quot;h3&quot;,&quot;lines&quot;:&quot;21,22&quot;}},{&quot;content&quot;:&quot;Blocks&quot;,&quot;children&quot;:[{&quot;content&quot;:&quot;<pre data-lines=\&quot;35,38\&quot;><code class=\&quot;language-js\&quot;><span class=\&quot;hljs-variable language_\&quot;>console</span>.<span class=\&quot;hljs-title function_\&quot;>log</span>(<span class=\&quot;hljs-string\&quot;>&amp;apos;hello, JavaScript&amp;apos;</span>)\n</code></pre>&quot;,&quot;children&quot;:[],&quot;payload&quot;:{&quot;tag&quot;:&quot;pre&quot;,&quot;lines&quot;:&quot;35,38&quot;}},{&quot;content&quot;:&quot;<table data-lines=\&quot;39,43\&quot;>\n<thead data-lines=\&quot;39,40\&quot;>\n<tr data-lines=\&quot;39,40\&quot;>\n<th>Products</th>\n<th>Price</th>\n</tr>\n</thead>\n<tbody data-lines=\&quot;41,43\&quot;>\n<tr data-lines=\&quot;41,42\&quot;>\n<td>Apple</td>\n<td>4</td>\n</tr>\n<tr data-lines=\&quot;42,43\&quot;>\n<td>Banana</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>&quot;,&quot;children&quot;:[],&quot;payload&quot;:{&quot;tag&quot;:&quot;table&quot;,&quot;lines&quot;:&quot;39,43&quot;}},{&quot;content&quot;:&quot;<img src=\&quot;https://markmap.js.org/favicon.png\&quot; alt>&quot;,&quot;children&quot;:[],&quot;payload&quot;:{&quot;tag&quot;:&quot;img&quot;,&quot;lines&quot;:&quot;44,45&quot;}}],&quot;payload&quot;:{&quot;tag&quot;:&quot;h3&quot;,&quot;lines&quot;:&quot;33,34&quot;}}],&quot;payload&quot;:{&quot;tag&quot;:&quot;h2&quot;,&quot;lines&quot;:&quot;17,18&quot;}}]},{&quot;colorFreezeLevel&quot;:2})</script> </body> </html>
06-25
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值