AI搜索

发需求

  • 发布软件需求
  • 发布代理需求

简易计数器软件小程序,快速记录数字变化

   2025-04-15 14
导读

简易计数器软件小程序的设计目标是为了让用户能够快速记录数字的变化,无论是在日常生活、学习和工作中。这种小程序通常具有用户友好的界面和简单的操作流程,使得用户能够轻松地添加、删除或修改记录的数字。以下是一个简单的简易计数器软件小程序设计示例。

简易计数器软件小程序的设计目标是为了让用户能够快速记录数字的变化,无论是在日常生活、学习和工作中。这种小程序通常具有用户友好的界面和简单的操作流程,使得用户能够轻松地添加、删除或修改记录的数字。以下是一个简单的简易计数器软件小程序设计示例:

一、设计概要

1. 目标用户:适合需要记录每日活动、项目进度或任何类型数字变化的用户。

2. 功能需求:基本计数、实时更新、保存历史记录、数据导出等。

3. 技术栈:使用HTML5、CSS3和JavaScript编写前端,后端可选用Node.js、Python Flask或Java Spring Boot。

4. 交互方式:通过网页界面进行操作,支持快捷键和拖放功能。

5. 用户体验:简洁明了的界面,易于理解和使用。

6. 数据安全:确保用户数据的加密存储和传输。

7. 扩展性:允许用户自定义计数器的样式和功能。

二、功能实现

1. 计数功能

  • 初始化一个全局变量`currentCount`来跟踪当前计数。
  • 为每个计数器元素添加一个点击事件监听器,当点击时增加`currentCount`的值。
  • 提供一个“重置”按钮,点击后将`currentCount`重置为初始值。
  • 提供“开始”和“停止”按钮,用于控制计数器的启动和停止。

2. 实时更新

  • 使用定时器(例如setInterval)每秒更新一次`currentCount`的值。
  • 在更新前检查是否已经达到最大值,避免重复计数。

3. 保存历史记录

  • 创建一个数组`history`来存储所有计数器的历史记录。
  • 每次计数器启动时,将当前值添加到`history`数组中。
  • 提供一个“查看历史”按钮,显示`history`数组的内容。

4. 数据导出

  • 提供“下载”按钮,允许用户将`history`数组导出为CSV或JSON格式的文件。
  • 在导出前验证文件格式,并提供相应的文件预览功能。

5. 用户界面

  • 创建一个简单的HTML页面,包含计数器容器、按钮、文本输入框等元素。
  • 使用CSS美化界面,提供多种主题供用户选择。
  • 使用JavaScript动态加载界面元素,提高性能。

6. 数据安全

  • 对`currentCount`进行加密处理,确保数据传输的安全性。
  • 在服务器端对用户数据进行加密存储和解密。
  • 提供数据恢复功能,以便在数据丢失时能够恢复数据。

7. 扩展性

  • 提供API接口,允许其他应用程序调用计数器功能。
  • 允许用户通过配置文件或命令行参数自定义计数器的功能和样式。
  • 提供日志记录功能,帮助开发者排查问题。

简易计数器软件小程序,快速记录数字变化

三、示例代码

```html

简易计数器

当前计数: 0

```

四、示例代码解析

1. `

当前计数: 0
`:创建计数器的容器,显示当前计数值。

2. ``:启动计数器。

3. ``:重置计数器到初始值。

4. ``:停止计数器。

5. ``:允许用户输入新的数字。

6. ``:为计数器增加一个新的数字。

7. ``:导出当前的计数器历史记录。

8. ``:引入JavaScript脚本文件,运行计数器逻辑。

五、示例代码说明

1. 使用``标签引入外部CSS文件,为计数器容器添加样式。

2. 使用``标签设置页面的字符编码和视口宽度。

3. 使用``标签设置页面标题。</p><p>4. 使用`<head>`标签引入必要的外部CSS和JavaScript文件。</p><p>5. 使用`<body>`标签定义页面的主体内容。</p><p>6. 使用`<div>`标签创建计数器的容器,使用`<span>`标签显示当前计数值。</p><p>7. 使用`<button>`标签创建开始、重置和停止按钮,使用`id`属性为其指定唯一的标识符。</p><p>8. 使用`input`标签创建输入框,用于输入新的数字。</p><p>9. 使用`<button>`标签创建添加按钮,使用`+`符号表示加号。</p><p>10. 使用`<button>`标签创建导出按钮,使用`id`属性为其指定唯一的标识符。</p><p>11. 使用`<script>`标签引入JavaScript脚本文件,运行计数器的逻辑。</p></div> </div> <div class="b20 c_b"> </div> <div class="tool"> <i class="like" onclick="Dlike(104, 640759, 0);">点赞 <b id="like-104-640759-0">0</b></i><i class="report" onclick="Dreport(104, 640759, 0);">举报</i><i class="favorite" onclick="Dfavor(104, 640759);">收藏 <b>0</b></i><a href="https://www.itangsoft.com/api/share.php?mid=104&itemid=640759" target="_blank"><i class="share">分享 <b>1</b></i></a></div> <div class="news-statement mt20"> <div class="zxpd_pd"> <div class="zxpd_tit">免责声明</div> <dl class="fl-clr"> <dt>• </dt> <dd>本文内容部分来源于网络,版权归原作者所有,经本平台整理和编辑,仅供交流、学习和参考,不做商用。转载请联系授权,并注明原文出处:https://www.itangsoft.com/baike/show-640759.html。 如若文中涉及有违公德、触犯法律的内容,一经发现,立即删除。涉及到版权或其他问题,请及时联系我们处理。 </dd> </dl> </div> </div> <div class="b20"> </div> <div class="b16 c_b" style="background:#F2F4FA;"> </div> <div class="head-txt"><span><a href="https://www.itangsoft.com/sell/">更多<i>></i></a></span><strong>热门产品</strong></div> <div class="information_detail_wdll information_detail_you_like information_detail_liuyan" style="margin:0px;"> <div class="information_detail_youLike_lb information_detail_youLike_lb1 swiper-container" style="margin-top:0px;padding:0px 35px;"> <div class="swiper-wrapper"> <div class="swiper-slide" title="蓝凌MK"> <a href="https://www.itangsoft.com/sell/show-6.html" target="_blank" class="imgbox"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/134250471.png" alt="蓝凌MK" onerror="this.src='https://www.itangsoft.com/static/image/nopic120.png'"></a> <a href="https://www.itangsoft.com/sell/show-6.html" target="_blank" class="tit" title="蓝凌MK">蓝凌MK</a> </div> <div class="swiper-slide" title="帆软FineBI"> <a href="https://www.itangsoft.com/sell/show-15.html" target="_blank" class="imgbox"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/123620211.png" alt="帆软FineBI" onerror="this.src='https://www.itangsoft.com/static/image/nopic120.png'"></a> <a href="https://www.itangsoft.com/sell/show-15.html" target="_blank" class="tit" title="帆软FineBI">帆软FineBI</a> </div> <div class="swiper-slide" title="悟空CRM"> <a href="https://www.itangsoft.com/sell/show-21.html" target="_blank" class="imgbox"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202501/06/214735911.png" alt="悟空CRM" onerror="this.src='https://www.itangsoft.com/static/image/nopic120.png'"></a> <a href="https://www.itangsoft.com/sell/show-21.html" target="_blank" class="tit" title="悟空CRM">悟空CRM</a> </div> <div class="swiper-slide" title="简道云"> <a href="https://www.itangsoft.com/sell/show-13.html" target="_blank" class="imgbox vid"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/122859191.png" alt="简道云" onerror="this.src='https://www.itangsoft.com/static/image/nopic120.png'"></a> <a href="https://www.itangsoft.com/sell/show-13.html" target="_blank" class="tit" title="简道云">简道云</a> </div> <div class="swiper-slide" title="金蝶云星空"> <a href="https://www.itangsoft.com/sell/show-29.html" target="_blank" class="imgbox"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/132911681.png" alt="金蝶云星空" onerror="this.src='https://www.itangsoft.com/static/image/nopic120.png'"></a> <a href="https://www.itangsoft.com/sell/show-29.html" target="_blank" class="tit" title="金蝶云星空">金蝶云星空</a> </div> <div class="swiper-slide" title="钉钉"> <a href="https://www.itangsoft.com/sell/show-30.html" target="_blank" class="imgbox"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/133020341.png" alt="钉钉" onerror="this.src='https://www.itangsoft.com/static/image/nopic120.png'"></a> <a href="https://www.itangsoft.com/sell/show-30.html" target="_blank" class="tit" title="钉钉">钉钉</a> </div> <div class="swiper-slide" title="纷享销客CRM"> <a href="https://www.itangsoft.com/sell/show-5.html" target="_blank" class="imgbox"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/115624441.png" alt="纷享销客CRM" onerror="this.src='https://www.itangsoft.com/static/image/nopic120.png'"></a> <a href="https://www.itangsoft.com/sell/show-5.html" target="_blank" class="tit" title="纷享销客CRM">纷享销客CRM</a> </div> <div class="swiper-slide" title="Workday"> <a href="https://www.itangsoft.com/sell/show-59.html" target="_blank" class="imgbox"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/152939881.png" alt="Workday" onerror="this.src='https://www.itangsoft.com/static/image/nopic120.png'"></a> <a href="https://www.itangsoft.com/sell/show-59.html" target="_blank" class="tit" title="Workday">Workday</a> </div> <div class="swiper-slide" title="致远互联A8"> <a href="https://www.itangsoft.com/sell/show-11.html" target="_blank" class="imgbox"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/15/184926841.png" alt="致远互联A8" onerror="this.src='https://www.itangsoft.com/static/image/nopic120.png'"></a> <a href="https://www.itangsoft.com/sell/show-11.html" target="_blank" class="tit" title="致远互联A8">致远互联A8</a> </div> <div class="swiper-slide" title="用友YonBIP"> <a href="https://www.itangsoft.com/sell/show-25.html" target="_blank" class="imgbox"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/131647171.png" alt="用友YonBIP" onerror="this.src='https://www.itangsoft.com/static/image/nopic120.png'"></a> <a href="https://www.itangsoft.com/sell/show-25.html" target="_blank" class="tit" title="用友YonBIP">用友YonBIP</a> </div> </div> <div class="swiper-button-prev"></div> <div class="swiper-button-next"></div> </div> </div> <div class="b20"> </div> <div class="b16 c_b" style="background:#F2F4FA;"> </div> <div class="head-txt"><span><a href="https://www.itangsoft.com/baike/list-1539.html">更多<i>></i></a></span><strong>同类知识</strong></div> <div class="related"><table width="100%"> <tr><td width="50%"><a href="https://www.itangsoft.com/baike/show-659215.html" title="AI项目概览:技术与应用全景解析">• AI项目概览:技术与应用全景解析</a></td> <td width="50%"><a href="https://www.itangsoft.com/baike/show-659214.html" title="AI进步的加速器:探索算力在智能科技中的关键作用">• AI进步的加速器:探索算力在智能科技中的关键作</a></td> </tr><tr><td width="50%"><a href="https://www.itangsoft.com/baike/show-659213.html" title="AI项目管理:智能化项目监控与决策支持">• AI项目管理:智能化项目监控与决策支持</a></td> <td width="50%"><a href="https://www.itangsoft.com/baike/show-659210.html" title="AI语音智能:揭秘人工智能时代的语音交互技术">• AI语音智能:揭秘人工智能时代的语音交互技术</a></td> </tr><tr><td width="50%"><a href="https://www.itangsoft.com/baike/show-659208.html" title="AI技术简介:基础概念与应用概览">• AI技术简介:基础概念与应用概览</a></td> <td width="50%"><a href="https://www.itangsoft.com/baike/show-659207.html" title="智能语音功能解析:AI语音技术的应用与重要性">• 智能语音功能解析:AI语音技术的应用与重要性</a></td> </tr><tr><td width="50%"><a href="https://www.itangsoft.com/baike/show-659206.html" title="掌握AI基础:构建未来智能世界的必备条件">• 掌握AI基础:构建未来智能世界的必备条件</a></td> <td width="50%"><a href="https://www.itangsoft.com/baike/show-659205.html" title="AI软件:智能自动化与决策支持的革新工具">• AI软件:智能自动化与决策支持的革新工具</a></td> </tr><tr><td width="50%"><a href="https://www.itangsoft.com/baike/show-659204.html" title="掌握AI基础:成为人工智能领域的专家">• 掌握AI基础:成为人工智能领域的专家</a></td> <td width="50%"><a href="https://www.itangsoft.com/baike/show-659200.html" title="AI功能全解析:智能技术的核心能力与应用">• AI功能全解析:智能技术的核心能力与应用</a></td> </tr></table> </div> </div> <div class="content_right f_kz_xh_f fr" style="background: #ffffff"> <div class="head-sub"><strong>推荐产品</strong> <span><a href="https://www.itangsoft.com/sell/">更多<i>></i></a></span> </div> <div class="list-thumb"> <table width="100%"> <tr><td width="50%" valign="top"><a href="https://www.itangsoft.com/sell/show-6.html"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/134250471.png" width="145" height="145" alt="蓝凌MK"/></a> <ul><li><a href="https://www.itangsoft.com/sell/show-6.html" title="蓝凌MK">蓝凌MK</a></li></ul></td> <td width="50%" valign="top"><a href="https://www.itangsoft.com/sell/show-15.html"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/123620211.png" width="145" height="145" alt="帆软FineBI"/></a> <ul><li><a href="https://www.itangsoft.com/sell/show-15.html" title="帆软FineBI">帆软FineBI</a></li></ul></td> </tr><tr><td width="50%" valign="top"><a href="https://www.itangsoft.com/sell/show-21.html"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202501/06/214735911.png" width="145" height="145" alt="悟空CRM"/></a> <ul><li><a href="https://www.itangsoft.com/sell/show-21.html" title="悟空CRM">悟空CRM</a></li></ul></td> <td width="50%" valign="top"><a href="https://www.itangsoft.com/sell/show-13.html"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/122859191.png" width="145" height="145" alt="简道云"/></a> <ul><li><a href="https://www.itangsoft.com/sell/show-13.html" title="简道云">简道云</a></li></ul></td> </tr><tr><td width="50%" valign="top"><a href="https://www.itangsoft.com/sell/show-29.html"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/132911681.png" width="145" height="145" alt="金蝶云星空"/></a> <ul><li><a href="https://www.itangsoft.com/sell/show-29.html" title="金蝶云星空">金蝶云星空</a></li></ul></td> <td width="50%" valign="top"><a href="https://www.itangsoft.com/sell/show-30.html"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/133020341.png" width="145" height="145" alt="钉钉"/></a> <ul><li><a href="https://www.itangsoft.com/sell/show-30.html" title="钉钉">钉钉</a></li></ul></td> </tr></table> </div> <div class="b16 c_b" style="background:#F2F4FA;"> </div> <div class="head-sub"><strong>推荐知识</strong></div> <div class="list-txt"><ul> <li><a href="https://www.itangsoft.com/baike/show-108.html" title="工厂MES系统生产管理:高效协同,优化流程">工厂MES系统生产管理:高效协同,优化流程</a></li> <li><a href="https://www.itangsoft.com/baike/show-107.html" title="什么是OA:解析办公自动化系统">什么是OA:解析办公自动化系统</a></li> <li><a href="https://www.itangsoft.com/baike/show-106.html" title="协同办公平台系统OA:提升工作效率的利器">协同办公平台系统OA:提升工作效率的利器</a></li> <li><a href="https://www.itangsoft.com/baike/show-105.html" title="OA流程是什么意思:解析企业自动化办公流程">OA流程是什么意思:解析企业自动化办公流程</a></li> <li><a href="https://www.itangsoft.com/baike/show-104.html" title="人力资源管理软件:提升企业管理效率的关键">人力资源管理软件:提升企业管理效率的关键</a></li> <li><a href="https://www.itangsoft.com/baike/show-101.html" title="企业管理系统有哪些软件,企业管理系统涵盖哪些软件">企业管理系统有哪些软件,企业管理系统涵盖哪些软件</a></li> <li><a href="https://www.itangsoft.com/baike/show-100.html" title="客户信息管理系统:提升客户服务的关键">客户信息管理系统:提升客户服务的关键</a></li> <li><a href="https://www.itangsoft.com/baike/show-97.html" title="工厂生产ERP管理系统:优化生产,提升效率">工厂生产ERP管理系统:优化生产,提升效率</a></li> <li><a href="https://www.itangsoft.com/baike/show-96.html" title="生产计划管理系统:优化生产流程的关键">生产计划管理系统:优化生产流程的关键</a></li> <li><a href="https://www.itangsoft.com/baike/show-95.html" title="锂电车间MES系统:提升生产效率与质量的关键">锂电车间MES系统:提升生产效率与质量的关键</a></li> </ul> </div> <div class="b20"> </div> <div class="b16 c_b" style="background:#F2F4FA;"> </div> <div class="head-sub"><strong>点击排行</strong></div> <div class="list-rank"><ul> <li><span class="f_r">194</span><em>1</em><a href="https://www.itangsoft.com/baike/show-294167.html" title="探索七星彩:大数据预测技术助力彩票投注策略">探索七星彩:大数据预测技术助力彩票投注策略</a></li> <li><span class="f_r">141</span><em>2</em><a href="https://www.itangsoft.com/baike/show-281420.html" title="不断完善系统功能性优化,持续完善系统:功能优化升级">不断完善系统功能性优化,持续完善系统:功能优化升级</a></li> <li><span class="f_r">124</span><em>3</em><a href="https://www.itangsoft.com/baike/show-483060.html" title="AI概念起源探秘:谁是最早提出人工智能的科学家?">AI概念起源探秘:谁是最早提出人工智能的科学家?</a></li> <li><span class="f_r">91</span><i>4</i><a href="https://www.itangsoft.com/baike/show-294083.html" title="AI机器人直播:提升观众体验,增强互动性">AI机器人直播:提升观众体验,增强互动性</a></li> <li><span class="f_r">82</span><i>5</i><a href="https://www.itangsoft.com/baike/show-282712.html" title="AI赋能:探索未来项目的创新应用">AI赋能:探索未来项目的创新应用</a></li> <li><span class="f_r">75</span><i>6</i><a href="https://www.itangsoft.com/baike/show-574059.html" title="redlauncher是什么软件可以删吗">redlauncher是什么软件可以删吗</a></li> <li><span class="f_r">75</span><i>7</i><a href="https://www.itangsoft.com/baike/show-267205.html" title="企业微信管理端可以删除打卡记录">企业微信管理端可以删除打卡记录</a></li> <li><span class="f_r">68</span><i>8</i><a href="https://www.itangsoft.com/baike/show-294229.html" title="wbs图用什么软件画,绘制WBS图的高效软件选择">wbs图用什么软件画,绘制WBS图的高效软件选择</a></li> <li><span class="f_r">64</span><i>9</i><a href="https://www.itangsoft.com/baike/show-616424.html" title="EMS输送系统:高效物流解决方案">EMS输送系统:高效物流解决方案</a></li> <li><span class="f_r">61</span><i>10</i><a href="https://www.itangsoft.com/baike/show-262702.html" title="软件运行环境是指什么,软件运行环境的定义与重要性探讨">软件运行环境是指什么,软件运行环境的定义与重要性探讨</a></li> </ul></div> <div class="b20"> </div> </div> </div> </div> <script type="text/javascript" src="https://www.itangsoft.com/static/script/content.js?v=1158dc9602"></script><div class="b10" id="footb"></div> <div class="footer"> <div class="w1220 copyright_a clearfix"> <div class="lianjie clearfix"> <div class="net_nav"> <strong>数智客户</strong> <ul> <li> <a href="https://www.itangsoft.com/member/my.php?mid=6&action=add" target="_blank" rel="nofollow">发布需求</a> </li> <li> <a href="https://www.itangsoft.com/member/my.php?mid=10&action=add">我要提问</a> </li> <li> <a href="https://www.itangsoft.com/help/list-722.html" target="_blank" rel="nofollow">客户帮助</a> </li> <li> <a href="https://www.itangsoft.com/help/list-719.html" target="_blank" rel="nofollow">新人指南</a> </li> </ul> </div> <div class="net_nav"> <strong>服务企业</strong> <ul> <li> <a href="https://www.itangsoft.com/member/my.php?mid=5&action=add" target="_blank" rel="nofollow">发布产品</a> </li> <li> <a href="https://www.itangsoft.com/member/my.php?mid=16&action=add" target="_blank" rel="nofollow">发布服务</a> </li> <li> <a href="https://www.itangsoft.com/member/my.php?mid=103&action=add" target="_blank" rel="nofollow">发布方案</a> </li> <li> <a href="https://www.itangsoft.com/member/my.php?mid=102&action=add" target="_blank" rel="nofollow">发布案例</a> </li> </ul> </div> <div class="net_nav"> <strong>增值服务</strong> <ul> <li> <a href="https://www.itangsoft.com/member/grade.php" target="_blank" rel="nofollow">VIP 服务</a> </li> <li> <a href="https://www.itangsoft.com/spread/" target="_blank">排名推广</a> </li> <li> <a href="https://www.itangsoft.com/guestbook/" target="_blank">意见反馈</a> </li> <li> <a href="https://www.itangsoft.com/sitemap/" target="_blank">网站地图</a></li> </ul> </div> <div class="net_nav"> <strong>联系我们</strong> <div class="lianxi_box"> <p> <span>联系电话:</span> <a rel="nofollow">177-1642-7519</a> </p> <p> <span>联系邮箱:</span> <a href="mailto:service@itangsoft.com" rel="nofollow">service@itangsoft.com</a> </p> </div> </div> </div> <div class="erweima clearfix"> <div class="em_items fr xcx"> <div class="erweima_pic"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202503/16/125305931.png" alt="小程序"></div> <strong>微信小程序</strong> <div class="big_em"> <img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202503/16/125305931.png" alt="小程序"> <p>微信小程序</p> </div> </div> <div class="em_items fr gzh"> <div class="erweima_pic"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202503/16/125248941.png" alt="公众号"></div> <strong>微信公众号</strong> <div class="big_em"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202503/16/125248941.png" alt="公众号"> <p>微信公众号</p> </div> </div> <div class="em_items fr app"> <div class="erweima_pic"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202503/16/125413611.png" alt="H5移动端"></div> <strong>H5移动端</strong> <div class="big_em"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202503/16/125413611.png" alt="H5移动端"> <p>H5移动端</p> </div> </div> </div> </div> <div class="w1220 copyright_beian"> <div class="foot_page"> <a href="https://www.itangsoft.com/">网站首页</a>  |  <a href="https://www.itangsoft.com/about/index.html">关于我们</a>  |  <a href="https://www.itangsoft.com/about/contact.html">联系方式</a>  |  <a href="https://www.itangsoft.com/about/agreement.html">用户协议</a>  |  <a href="https://www.itangsoft.com/about/privacy.html">隐私政策</a>  |  <a href="https://www.itangsoft.com/about/copyright.html">版权声明</a>  |  <a href="https://www.itangsoft.com/sitemap/">网站地图</a>  |  <a href="https://www.itangsoft.com/spread/">排名推广</a>  |  <a href="https://www.itangsoft.com/ad/">广告服务</a>  |  <a href="https://www.itangsoft.com/gift/">积分换礼</a>  |  <a href="https://www.itangsoft.com/guestbook/">网站留言</a>  |  <a href="https://www.itangsoft.com/feed/">RSS订阅</a>  |  <a href="javascript:Dreport(104, 640759, 0);">违规举报</a></div> <div id="copyright">©2019-2025 四川唐软科技集团股份公司 版权所有</div> <div class="clearfix"><a href="https://beian.miit.gov.cn/" target="_blank" rel="nofollow">蜀ICP备2023013609号</a></div><div class="clearfix"><a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=51015602000223" target="_blank" rel="nofollow"><img class="i-wano" src="https://www.itangsoft.com/static/image/i-wano.png" alt="" width="18" height="20"> 川公网安备51015602000223号</a></div></div> </div> <!--右侧浮动--> <div class="xuanfu_box" style="bottom: 140px; display: block;"> <div class="item item_rz" style="display: block;"> <div class="boxone"> <img src="https://www.itangsoft.com/static/skin/s11skin/img/xuanfu_box_icon2_1.png" class="icon1"> <img src="https://www.itangsoft.com/static/skin/s11skin/img/xuanfu_box_icon2_2.png" class="icon2"><p>入驻</p></div> <div class="boxtwo"> <p class="pone">企业入驻成功 可尊享多重特权</p> <p class="ptwo">入驻热线:177-1642-7519</p> <img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202503/16/125703951.png"> <p class="pthree">企业微信客服</p> </div> </div> <div class="item item_kf" style="display: block;"> <div class="boxone"> <img src="https://www.itangsoft.com/static/skin/s11skin/img/xuanfu_box_icon4_1.png" class="icon1"> <img src="https://www.itangsoft.com/static/skin/s11skin/img/xuanfu_box_icon4_2.png" class="icon2"><p>客服</p></div> <div class="boxtwo"> <p class="ptwo">客服热线:177-1642-7519</p> <div class="kf_new"> <a target="_blank" href="//wpa.qq.com/msgrd?v=3&uin=441376248&site=qq&menu=yes" class="rb_qqtalk_btn rb_gradient">客服1</a><a target="_blank" href="//wpa.qq.com/msgrd?v=3&uin=441376248&site=qq&menu=yes" class="rb_qqtalk_btn rb_gradient">客服2</a><a target="_blank" href="//wpa.qq.com/msgrd?v=3&uin=441376248&site=qq&menu=yes" class="rb_qqtalk_btn rb_gradient">客服3</a></div> </div> </div> <div class="item item_qg" style="display: block;"> <div class="boxone"><img src="https://www.itangsoft.com/static/skin/s11skin/img/xuanfu_box_icon1_1.png" class="icon1"> <img src="https://www.itangsoft.com/static/skin/s11skin/img/xuanfu_box_icon1_2.png" class="icon2"><p>小程序</p></div> <p class="qp">小程序更便捷的查找产品</p> <div class="boxtwo"> <p class="pone">为您提供专业帮买咨询服务</p> <img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202503/16/125305931.png"> <p class="pthree">请用微信扫码</p> </div> </div> <div class="item item_lxkf" style="display: block;"> <div class="boxone"> <img src="https://www.itangsoft.com/static/skin/s11skin/img/xuanfu_box_icon3_1.png" class="icon1"> <img src="https://www.itangsoft.com/static/skin/s11skin/img/xuanfu_box_icon3_2.png" class="icon2"><p>公众号</p></div> <div class="boxtwo"> <p class="pone">微信公众号,收获商机</p> <img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202503/16/125248941.png"> <p class="pthree">微信扫码关注</p> </div> </div> <div class="return_top"><span class="iconfontkz iconkz-shang"></span><p>顶部</p></div> </div><script type="text/javascript" src="https://www.itangsoft.com/static/js/foot.xh.js?v=1158dc9602"></script><script type="text/javascript" src="https://www.itangsoft.com/static/js/sticky.min.js?v=1158dc9602"></script><script type="text/javascript" src="https://www.itangsoft.com/static/js/sticky.xh.js?v=1158dc9602"></script><script type="text/javascript" src="https://www.itangsoft.com/static/js/swiper4.5.3/swiper.min.js?v=1158dc9602"></script><script type="text/javascript" src="https://www.itangsoft.com/static/js/common.xh.js?v=1158dc9602"></script><script type="text/javascript"> $(function(){ $('img').lazyload({ threshold :20, //event : "sporty", failurelimit : 20 }); var imgtimeout = setTimeout(function() { $("img").trigger("scroll") }, 800); Dhotxh();Dfixon(); }); </script> </body> </html><script type="text/javascript" src="https://www.itangsoft.com/static/js/article-show.js?v=1158dc9602"></script>