描述
<div class="document">
<h3 class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;">* 1、项目功能介绍</h3>
<hr class="horizontal-splitline normal-bold-2">
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"><span style="font-size: 18px;"> </span></p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"><span style="font-size: 18px;"> USB转串口工具在系统调试、测试中非常常用,但常规的工具往往需要注意其IO电平是否与目标板匹配、是否引入其他干扰源影响目标板正常工作等问题,尤其是在低功耗设备调试过程中此问题较为突出,因此设计一款USB带电源隔离,并能自适应目标板电源且只摄取少量目标板电源的USB转串口工具十分重要,市面上此类工具要么直接给目标板供电,可能会产生压差导致漏电流问题;要么利用缓冲器,摄取目标板少量的电源提供电平电压,有部分型号仿真器采用此设计,但摄取的电流几乎都在百uA级左右,与目标电流10uA以下相差甚远 。本项目一共经历三次设计迭代,终于在保证性能的前提下,将摄取目标板电流降低到了极致。另外为倡导国产化仪表设计思路,本项目实现了关键器件100%国产化设计目标。</span></p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"> </p>
<h3 class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;">*2、项目属性</h3>
<hr class="horizontal-splitline normal-bold-2">
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"> </p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"><span style="font-size: 18px;"> 本项目首次开发、首次公开,为原创作品,还未参与评奖活动。</span></p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"> </p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"> </p>
<h3 class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;">* 3、开源协议</h3>
<hr class="horizontal-splitline normal-bold-2">
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"><span style="color: #95a5a6; font-size: 18px; --darkreader-inline-color: #aaa398;"> </span></p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"><span style="color: #95a5a6; font-size: 18px; --darkreader-inline-color: #aaa398;"> GPL 3.0</span></p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"> </p>
<h3 class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;">*4、硬件部分</h3>
<hr class="horizontal-splitline normal-bold-2">
<p> </p>
<p><span style="font-size: 24px;">硬件设计要求 : </span></p>
<p> </p>
<p> <span style="font-size: 18px;">隔离通讯模块将被用于计算机与低功耗设备通讯使用。设计目标需满足以下四点要求:</span></p>
<p><span style="font-size: 18px;"><span> 1. </span>能够进行波特率<span>9600</span>及以上码率的双向通讯,总通讯字节大于<span>50000Byte</span>,极低误码率或无误码表现;</span></p>
<p><span style="font-size: 18px;"><span> 2. </span>能够自适应变送器内部系统电源,匹配<span>IO</span>电平;</span></p>
<p><span style="font-size: 18px;"><span> 3. </span>摄取的变送器系统电源电流小于<span>10uA</span>;</span></p>
<p><span style="font-size: 18px;"><span> 4. </span>计算机电源与变送器电源需要隔离,隔离电源不小于<span>1500VAC</span>;</span></p>
<p> </p>
<p><span style="font-size: 24px;">硬件设计过程 :</span></p>
<p><span style="font-size: 18px;"> </span></p>
<p><span style="font-size: 18px;"> 隔离通讯模块一共经历<span>3</span>次设计迭代,测试板代号分别为<span>TP1</span>、<span>TP2</span>、<span>TP3</span>。<span>TP1</span>基于设计方案原型设计并增加了对信号线阻抗匹配设计;<span>TP2</span>是基于<span>TP1</span>的基础上进行整改设计,从而降低目标板所需功耗;TP3是基于TP2的基础上进行改进设计,将目标板所需功耗降低至极致;</span></p>
<p><span style="font-size: 18px;"><span> TP1</span>工作原理表述如下:USB通讯端采用CH343作为USB总线转接芯片,实现USB转高速异步串口通讯功能,通过电源隔离和信号隔离,将串口信号传输至隔离端,利用缓冲芯片将信号与变送器相连接,由此完成整个信号链双向传输。</span></p>
<p><span style="font-size: 18px;"> 通过对TP1基本性能进行验证从而得到以下结论:一、静态电流和通讯时最大静态电流均无法满足设计要求;二、通讯误码率和绝缘电阻测试令人满意,说明通讯端、电源隔离、信号隔离设计符合预期。</span></p>
<p><span style="font-size: 18px;"> TP1静态电流过大原因分析:其主要原因在于MS4553S这颗芯片内部IO存在10kΩ上拉电阻,容易产生较大漏电流,尤其在通讯时, IO电平翻转频繁,静态电流表现尤为明显。 </span></p>
<p><span style="font-size: 18px;"> TP1下一代设计改进思路:寻求无上拉电阻单向信号缓冲器进行替换。</span></p>
<p><span style="font-size: 18px;"><span> TP2</span>工作原理表述如下:USB通讯端继续沿用TP1设计,在隔离端采用RS1T34芯片作为信号缓冲器,此缓冲器芯片无上拉电阻,功耗极低。其余设计与TP1保持一致,由此完成整个信号链双向传输。 </span></p>
<p><span style="font-size: 18px;"> 通过对TP2基本性能进行验证从而得到以下结论:一、静态功耗满足设计要求,但通讯时目标板电源为5V时最大功耗无法满足设计要求;二、通讯误码率和绝缘电阻测试令人满意,通讯端、电源隔离、信号隔离设计再次验证了其可靠性。</span></p>
<p><span style="font-size: 18px;"> 通讯时静态电流过大原因分析:其主要原因在于通讯链路上存在寄生电容,在高速通讯时, 5V电平翻转频繁,难免会产生一定程度的充放电,从而导致此问题的出现。</span></p>
<p><span style="font-size: 18px;"> TP2下一代设计改进思路:将系统电源进行电压跟随后进行功率放大,可减少对目标板系统电源电流的摄取。</span></p>
<p><span style="font-size: 18px;"> <span>TP3</span>工作原理表述如下:USB通讯端继续沿用TP2、TP1设计,在隔离端,基于TP2设计,主要改进在于对目标板电压进行电压跟随及功率放大,以降低对目标板电流的需求,为防止运算放大器出现不稳定振荡,利用N沟道耗尽型MOS管作为运算放大器反馈调整管实现其功能。为避免运放输入悬空导致输出错误电压,对其进行保护设计。</span></p>
<p><span style="font-size: 18px;"> 保护设计原理:在电压输入端加入较大阻值的下拉电阻,可使运算放大器输出较小值,但由于N沟道耗尽型MOS管特性,最小电压与外围负载电流存在一定的关系,经过计算匹配,将最小电压限制在1.6~1.7V之间,通过电压比较器,高于1.8V输出电压给信号缓冲器芯片供电,低于1.7V(未接目标板状态),禁止供电。</span></p>
<p><span style="font-size: 18px;"> 通过对TP3基本性能进行验证从而得到以下结论:一、静态功耗和通讯时电流功耗完全满足设计要求;二、通讯误码率和绝缘电阻测试令人满意,通讯端、电源隔离、信号隔离设计再次验证了其可靠性。</span></p>
<p><span style="font-size: 18px;"> 硬件设计总结:TP3设计经性能测试能够满足所有设计指标,适用性较强,但同时TP3原型设计也存在缺点,当TP3未接入USB电源时,接入目标板,会出现目标板向隔离通讯模块倒灌2mA左右电流,隔离通讯模块接入USB后,正常工作。因此需要进行上电顺序限制,规避TP3对目标设备的不良影响。</span></p>
<p> </p>
<p> </p>
<p style="text-align: center;"><img src="//image.lceda.cn/pullimage/JoTW7dTSQP9QJ41oXHL7dGZG7bgosuMwYEPGqOXf.png" alt="TP1设计原理图" width="2494" height="1221"><span style="font-size: 36px;">TP1设计原理图</span></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><span style="font-size: 36px;"><img src="//image.lceda.cn/pullimage/71cbNozGPsHV6EWhdfUzXOhKIfn0iibDcjKhM9wt.png" alt="" width="2799" height="1328">TP2设计原理图</span></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><span style="font-size: 36px;"><img src="//image.lceda.cn/pullimage/zi3F707BAKsvveRWe2txUTFdILyyiiuFxVXzN20o.png" alt="" width="2349" height="1158">TP3设计原理图</span></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><span style="font-size: 36px;"><img src="//image.lceda.cn/pullimage/xESmvZJ04jZfEltO0OS7tEmxI8yRCExmizVfM7yt.png" alt="" width="1822" height="967">TP3 PCBA图</span></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><img src="//image.lceda.cn/pullimage/brBYEopsQbFEydy6TBHRl3wqw3lg11QHTK7nlQ8a.png" alt="" width="1489" height="883"><span style="font-size: 36px;">TP3设计实物图</span></p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt pap-left-indent-1.6em" style="line-height: 1.8;"> </p>
<h3 class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;">*5、软件部分</h3>
<hr class="horizontal-splitline normal-bold-2">
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"><span style="font-size: 24px;">软件通讯测试:</span></p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"> </p>
<p><span style="font-size: 18px;">TP1基本性能验证如下:</span></p>
<table>
<tr>
<td width="241">
<p align="center">测试基础配置</p>
</td>
<td width="590">
<p align="left">测试软件:SSCOM3.2</p>
<p align="left">传输报文:abcdefghijklmnopqrstuvwxyz0123456789@(字符串)</p>
<p align="left">传输间隔:1ms/次</p>
<p align="left">传输配置:数据位(8位),停止位(1位),校验位(None)</p>
<p align="left">通讯电缆长度:1米</p>
<p align="left">电流测试设备:UT61E+万用表</p>
<p align="left">绝缘测试设备:VICTOR 60F</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">静态功耗测试</p>
</td>
<td width="590">
<p align="left">目标板电源:5V / 静态电流:12.2uA</p>
<p align="left">目标板电源:3.3V / 静态电流:8.1uA</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">9600波特率通讯测试</p>
</td>
<td width="590">
<p align="left">5V / 最大静态电流:442.4uA / 误码率: 0%@>50000Byte</p>
<p align="left">3.3V / 最大静态电流:312uA / 误码率:0%@>50000Byte</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">19200波特率通讯测试</p>
</td>
<td width="590">
<p align="left">5V / 最大静态电流:446.8uA / 误码率: 0%@>50000Byte</p>
<p align="left">3.3V / 最大静态电流:314uA / 误码率:0%@>50000Byte</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">115200波特率通讯测试</p>
</td>
<td width="590">
<p align="left">5V / 最大静态电流:114.6uA / 误码率: 0%@>50000Byte</p>
<p align="left">3.3V / 最大静态电流:73.57uA / 误码率:0%@>50000Byte</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">128000波特率通讯测试</p>
</td>
<td width="590">
<p align="left">5V / 最大静态电流:104.4uA / 误码率: 0%@>50000Byte</p>
<p align="left">3.3V / 最大静态电流:65.76uA / 误码率:0%@>50000Byte</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">256000波特率通讯测试</p>
</td>
<td width="590">
<p align="left">5V / 最大静态电流:63.58uA / 误码率: 0%@>50000Byte</p>
<p align="left">3.3V / 最大静态电流:38.82uA / 误码率:0%@>50000Byte</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">系统电源电压匹配范围</p>
</td>
<td width="590">
<p align="left">典型范围:3V~5V</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">绝缘电阻测试</p>
</td>
<td width="590">
<p align="left">>49.9GΩ@2000VDC 1min</p>
</td>
</tr>
</table>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"> </p>
<p><span style="font-size: 18px;">TP2基本性能验证如下:</span></p>
<table>
<tr>
<td width="241">
<p align="center">测试基础配置</p>
</td>
<td width="590">
<p align="left">测试软件:SSCOM3.2</p>
<p align="left">传输报文:abcdefghijklmnopqrstuvwxyz0123456789@(字符串)</p>
<p align="left">传输间隔:1ms/次</p>
<p align="left">传输配置:数据位(8位),停止位(1位),校验位(None)</p>
<p align="left">通讯电缆长度:1米</p>
<p align="left">电流测试设备:UT61E+万用表</p>
<p align="left">绝缘测试设备:VICTOR 60F</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">静态功耗测试</p>
</td>
<td width="590">
<p align="left">目标板电源:5V / 静态电流:<0.01uA</p>
<p align="left">目标板电源:3.3V / 静态电流:<0.01uA</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">9600波特率通讯测试</p>
</td>
<td width="590">
<p align="left">5V / 最大静态电流:140.67uA / 误码率: 0%@>50000Byte</p>
<p align="left">3.3V / 最大静态电流:2.06uA / 误码率:0%@>50000Byte</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">19200波特率通讯测试</p>
</td>
<td width="590">
<p align="left">5V / 最大静态电流:170.56uA / 误码率: 0%@>50000Byte</p>
<p align="left">3.3V / 最大静态电流:3.93uA / 误码率:0%@>50000Byte</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">115200波特率通讯测试</p>
</td>
<td width="590">
<p align="left">5V / 最大静态电流:62.55uA / 误码率: 0%@>50000Byte</p>
<p align="left">3.3V / 最大静态电流:5.61uA / 误码率:0%@>50000Byte</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">128000波特率通讯测试</p>
</td>
<td width="590">
<p align="left">5V / 最大静态电流:57.38uA / 误码率: 0%@>50000Byte</p>
<p align="left">3.3V / 最大静态电流:5.09uA / 误码率:0%@>50000Byte</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">256000波特率通讯测试</p>
</td>
<td width="590">
<p align="left">5V / 最大静态电流:35.89uA / 误码率: 0%@>50000Byte</p>
<p align="left">3.3V / 最大静态电流:4.95uA / 误码率:0%@>50000Byte</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">系统电源电压匹配范围</p>
</td>
<td width="590">
<p align="left">典型范围:1.65V~5.5V</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">绝缘电阻测试</p>
</td>
<td width="590">
<p align="left">>49.9GΩ@2000VDC 1min</p>
</td>
</tr>
</table>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"> </p>
<p><span style="font-size: 18px;">TP3基本性能验证如下:</span></p>
<table>
<tr>
<td width="241">
<p align="center">测试基础配置</p>
</td>
<td width="590">
<p align="left">测试软件:SSCOM3.2</p>
<p align="left">传输报文:abcdefghijklmnopqrstuvwxyz0123456789@(字符串)</p>
<p align="left">传输间隔:1ms/次</p>
<p align="left">传输配置:数据位(8位),停止位(1位),校验位(None)</p>
<p align="left">通讯电缆长度:1米</p>
<p align="left">电流测试设备:UT61E+万用表</p>
<p align="left">绝缘测试设备:VICTOR 60F</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">静态功耗测试</p>
</td>
<td width="590">
<p align="left">目标板电源:5V / 静态电流:1.02uA</p>
<p align="left">目标板电源:3.3V / 静态电流:0.67uA</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">9600波特率通讯测试</p>
</td>
<td width="590">
<p align="left">5V / 最大静态电流:1.03uA / 误码率: 0%@>50000Byte</p>
<p align="left">3.3V / 最大静态电流:0.67uA / 误码率:0%@>50000Byte</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">19200波特率通讯测试</p>
</td>
<td width="590">
<p align="left">5V / 最大静态电流:1.03uA / 误码率: 0%@>50000Byte</p>
<p align="left">3.3V / 最大静态电流:0.67uA / 误码率:0%@>50000Byte</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">115200波特率通讯测试</p>
</td>
<td width="590">
<p align="left">5V / 最大静态电流:1.03uA / 误码率: 0%@>50000Byte</p>
<p align="left">3.3V / 最大静态电流:0.67uA / 误码率:0%@>50000Byte</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">128000波特率通讯测试</p>
</td>
<td width="590">
<p align="left">5V / 最大静态电流:1.03uA / 误码率: 0%@>50000Byte</p>
<p align="left">3.3V / 最大静态电流:0.67uA / 误码率:0%@>50000Byte</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">256000波特率通讯测试</p>
</td>
<td width="590">
<p align="left">5V / 最大静态电流:1.03uA / 误码率: 0%@>50000Byte</p>
<p align="left">3.3V / 最大静态电流:0.67uA / 误码率:0%@>50000Byte</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">系统电源电压匹配范围</p>
</td>
<td width="590">
<p align="left">典型范围:1.8V~5.0V</p>
</td>
</tr>
<tr>
<td width="241">
<p align="center">绝缘电阻测试</p>
</td>
<td width="590">
<p align="left">>49.9GΩ@2000VDC 1min</p>
</td>
</tr>
</table>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"><span style="color: #95a5a6; font-size: 14px; --darkreader-inline-color: #aaa398;"> </span></p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt pap-left-indent-1.6em" style="line-height: 1.8;"> </p>
<h3 class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;">*6、BOM清单</h3>
<hr class="horizontal-splitline normal-bold-2">
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"><span style="color: #95a5a6; font-size: 14px; --darkreader-inline-color: #aaa398;"><img src="//image.lceda.cn/pullimage/QxAn90KHibxzt4HWpF6oVkz3O1YLolJ0R6YosBo8.jpeg" alt="" width="2371" height="785"><br></span></p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"> </p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"> </p>
<h3 class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;">*7、大赛LOGO验证</h3>
<h3 class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"><img src="//image.lceda.cn/pullimage/ViKlMqh510t7GRzkPjxzwUy6msgUQOfkZ6z83sIK.jpeg" alt="" width="2268" height="4032"></h3>
<h3 class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"> </h3>
<h3 class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;">* 8、演示您的项目并录制成视频上传</h3>
<hr class="horizontal-splitline normal-bold-2">
<p style="line-height: 1.8;"> </p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"><span style="color: #95a5a6; font-size: 14px; --darkreader-inline-color: #aaa398;">视频要求:请横屏拍摄,分辨率不低于1280×720,格式Mp4/Mov,单个视频大小限100M内;</span></p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"><span style="color: #95a5a6; font-size: 14px; --darkreader-inline-color: #aaa398;">视频标题:立创电赛:{项目名称}-{视频模块名称};如立创电赛:《自动驾驶》-团队介绍。</span></p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"> </p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"><span style="font-size: 14px;">更多详情:<a href="/posts/06c94d90c2c447dfbd9ed7339ff4a5b1" target="_blank">https://diy.szlcsc.com/posts/d76d9cb41705430e9a54e7a5feed07a5</a></span></p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height: 1.8;"> </p>
</div>
评论(3)