期刊文献+
共找到364篇文章
< 1 2 19 >
每页显示 20 50 100
Online Induction of Probabilistic Real-Time Automata
1
作者 Jana Schmidt Stefan Kramer 《Journal of Computer Science & Technology》 SCIE EI CSCD 2014年第3期345-360,共16页
The probabilistic real-time automaton (PRTA) is a representation of dynamic processes arising in the sciences and industry. Currently, the induction of automata is divided into two steps: the creation of the prefix... The probabilistic real-time automaton (PRTA) is a representation of dynamic processes arising in the sciences and industry. Currently, the induction of automata is divided into two steps: the creation of the prefix tree acceptor (PTA) and the merge procedure based on clustering of the states. These two steps can be very time intensive when a PRTA is to be induced for massive or even unbounded datasets. The latter one can be efficiently processed, as there exist scalable online clustering algorithms. However, the creation of the PTA still can be very time consuming. To overcome this problem, we propose a genuine online PRTA induction approach that incorporates new instances by first collapsing them and then using a maximum frequent pattern based clustering. The approach is tested against a predefined synthetic automaton and real world datasets, for which the approach is scalable and stable. Moreover, we present a broad evaluation on a real world disease group dataset that shows the applicability of such a model to the analysis of medical processes. 展开更多
关键词 probabilistic real-time automata online induction maximum frequent pattern based clustering
原文传递
A test sequence generation method of zone controller based on timed automata 被引量:4
2
作者 SONG Shuang CHEN Yue-dong 《Journal of Measurement Science and Instrumentation》 CAS CSCD 2019年第3期266-276,共11页
In order to solve the problem of artificial generation and low efficiency of test sequences for zone controller (ZC), a model-based automatic generation method of test sequence is proposed. Firstly, the timed automata... In order to solve the problem of artificial generation and low efficiency of test sequences for zone controller (ZC), a model-based automatic generation method of test sequence is proposed. Firstly, the timed automata model is established based on function analysis of the zone controller, and the correctness of the model is verified by UPPAAL. Then by parsing the timed automata model files, state information and transition conditions can be extracted to generate test case sets. Finally, according to the serialization conditions of test cases, the test cases are serialized into test sequences by using the improved depth first search algorithm. A case, the ZC controls the train running within its jurisdiction, shows that the method is correct and can effectively improve the efficiency of test sequence generation. 展开更多
关键词 test sequence zone controller (ZC) timed automata model file parsing case serialization
在线阅读 下载PDF
Timed automata for metric interval temporal logic formulae in prototype verification system
3
作者 许庆国 缪淮扣 《Journal of Shanghai University(English Edition)》 CAS 2008年第4期339-346,共8页
Based on analysis of the syntax structure and semantics model of the metric interval temporal logic (MITL) formulas, it is shown how to transform a formula written in the real-time temporal logic MITL formula into a... Based on analysis of the syntax structure and semantics model of the metric interval temporal logic (MITL) formulas, it is shown how to transform a formula written in the real-time temporal logic MITL formula into a fair timed automaton (TA) that recognizes its satisfying models with prototype verification system (PVS) in this paper. Both the tabular construction's principles and the PVS implementation details are given for the different type of MITL formula according to the corresponding semantics interpretations. After this transformation procedure, specifications expressed with MITL formula can be verified formally in the timed automata framework developed previously. 展开更多
关键词 real-time system metric interval temporal logic (MITL) timed automata (TA) prototype verificationsystem (PVS)
在线阅读 下载PDF
Toolchain Based on MDE for the Transformation of AADL Models to Timed Automata Models
4
作者 Mohamed El-Kamel Hamdane Allaoui Chaoui Martin Strecker 《Journal of Software Engineering and Applications》 2013年第3期147-155,共9页
In this work, we propose an approach for the verification of the AADL architecture. This approach is based on Model Driven Engineering (MDE) and assisted by a toolchain. Indeed, we define a source meta-model for AADL ... In this work, we propose an approach for the verification of the AADL architecture. This approach is based on Model Driven Engineering (MDE) and assisted by a toolchain. Indeed, we define a source meta-model for AADL and a target meta-model for the timed automata formalism;we define a transformation process in two steps: the first is a Model2 Model transformation which takes an AADL Model and produces the corresponding timed automata model. The second transformation is a Model2 Text transformation which takes a timed automata model and generates a text in ta-format code. This code is accepted by the Uppaal toolbox. A case study has been developed to show the feasibility and validity of the proposed approach. 展开更多
关键词 AADL timeD automata Transformation Verification UPPAAL
在线阅读 下载PDF
Timed-Automata Based Model-Checking of a Multi-Agent System: A Case Study
5
作者 Nadeem Akhtar Muhammad Nauman 《Journal of Software Engineering and Applications》 2015年第2期43-50,共8页
A multi-agent based transport system is modeled by timed automata model extended with clock variables. The correctness properties of safety and liveness of this model are verified by timed automata based UPPAAL. Agent... A multi-agent based transport system is modeled by timed automata model extended with clock variables. The correctness properties of safety and liveness of this model are verified by timed automata based UPPAAL. Agents have a degree of control on their own actions, have their own threads of control, and under some circumstances they are also able to take decisions. Therefore they are autonomous. The multi-agent system is modeled as a network of timed automata based agents supported by clock variables. The representation of agent requirements based on mathematics is helpful in precise and unambiguous specifications, thereby ensuring correctness. This formal representation of requirements provides a way for logical reasoning about the artifacts produced. We can be systematic and precise in assessing correctness by rigorously specifying the functional requirements. 展开更多
关键词 Software CORRECTNESS FORMAL Verification Model CHECKING timed-automata Multi-Agent System timeD Computation Tree Logic (TCTL)
在线阅读 下载PDF
时间自动机主动学习算法研究进展
6
作者 曹舒 涂键 刘芳 《计算机系统应用》 2026年第1期39-51,共13页
时间自动机(timed automata,TA)是描述实时系统时间约束行为的重要形式化工具,广泛应用于嵌入式系统、通信协议等领域.传统手动构建实时系统模型的方式耗时且易出错,自动推断模型成为研究热点.本文聚焦时间自动机主动学习算法,按照数据... 时间自动机(timed automata,TA)是描述实时系统时间约束行为的重要形式化工具,广泛应用于嵌入式系统、通信协议等领域.传统手动构建实时系统模型的方式耗时且易出错,自动推断模型成为研究热点.本文聚焦时间自动机主动学习算法,按照数据存储结构以及等价查询方法进行梳理,总结了当前时间自动机领域中主动学习算法的最新研究现状,梳理其核心思想、技术框架,同时分析当前研究面临的挑战.通过对比各种方法的优势与局限性,本文希望为研究者提供一个清晰的参考框架,并提出未来可能的研究思路,旨在推动TA自动化建模理论与实践发展. 展开更多
关键词 形式化方法 时间自动机 主动学习 模型推断
在线阅读 下载PDF
RFID Complex Event Processing: Applications in Real-Time Locating System 被引量:2
7
作者 Yao-zong Liu Hong Zhang Yong-li Wang 《International Journal of Intelligence Science》 2012年第4期160-165,共6页
Complex event processing (CEP) can extract meaningful events for real-time locating system (RTLS) applications. To identify complex event accurately in RTLS, we propose a new RFID complex event processing method GEEP,... Complex event processing (CEP) can extract meaningful events for real-time locating system (RTLS) applications. To identify complex event accurately in RTLS, we propose a new RFID complex event processing method GEEP, which is based on the timed automata (TA) theory. By devising RFID locating application into complex events, we model the timing diagram of RFID data streams based on the TA. We optimize the constraint of the event streams and propose a novel method to derive the constraint between objects, as well as the constraint between object and location. Experiments prove the proposed method reduces the cost of RFID complex event processing, and improves the efficiency of the RTLS. 展开更多
关键词 Complex Event Processing (CEP) REAL-time Locating System (RTLS) Radio Frequency Identification (RFID) timeD automata (TA) Event-Clock automata (ECA)
在线阅读 下载PDF
Analytical investigation of the boundary-triggered phase transition dynamics in a cellular automata model with a slow-to-start rule 被引量:1
8
作者 贾宁 马寿峰 钟石泉 《Chinese Physics B》 SCIE EI CAS CSCD 2012年第10期38-43,共6页
Previous studies suggest that there are three different jam phases in the cellular automata automaton model with a slow-to-start rule under open boundaries.In the present paper,the dynamics of each free-flow-jam phase... Previous studies suggest that there are three different jam phases in the cellular automata automaton model with a slow-to-start rule under open boundaries.In the present paper,the dynamics of each free-flow-jam phase transition is studied.By analysing the microscopic behaviour of the traffic flow,we obtain analytical results on the phase transition dynamics.Our results can describe the detailed time evolution of the system during phase transition,while they provide good approximation for the numerical simulation data.These findings can perfectly explain the microscopic mechanism and details of the boundary-triggered phase transition dynamics. 展开更多
关键词 traffic flow boundary-triggered phase transition cellular automata time evolution analytical solution
原文传递
UML statechart based rigorous modeling of real-time system
9
作者 赖明志 尤晋元 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2005年第1期74-80,共7页
Rigorous modeling could ensure correctness and could verify a reduced cost in embedded real-time system development for models. Software methods are needed for rigorous modeling of embedded real-time systems. PVS is a... Rigorous modeling could ensure correctness and could verify a reduced cost in embedded real-time system development for models. Software methods are needed for rigorous modeling of embedded real-time systems. PVS is a formal method with precise syntax and semantics defined. System modeled by PVS specification could be verified by tools. Combining the widely used UML with PVS, this paper provides a novel modeling and verification approach for embedded real-time systems. In this approach, we provide 1) a time-extended UML statechart for modeling dynamic behavior of an embedded real-time system; 2) an approach to capture timed automata based semantics from a timed statechart; and 3) an algorithm to generate a finite state model expressed in PVS specification for model checking. The benefits of our approach include flexibility and user friendliness in modeling, extendability in formalization and verification content, and better performance. Time constraints are modeled and verified and is a highlight of this paper. 展开更多
关键词 embedded real-time system UML statechart PVS timed automata model checking
在线阅读 下载PDF
Rigorous Modeling of Real-time System Based on UML and PVS
10
作者 赖明志 尤晋元 《Journal of Donghua University(English Edition)》 EI CAS 2005年第1期16-21,共6页
Rigorous modeling could improve the correctness and reduce cost in embedded real-time system development for models could be verified. Tools are needed for rigorous modeling of embedded real-time system. UML is an ind... Rigorous modeling could improve the correctness and reduce cost in embedded real-time system development for models could be verified. Tools are needed for rigorous modeling of embedded real-time system. UML is an industrial standard modeling language which provides a powerful expressi-veness, intuitive and easy to use interface to model. UML is widely accepted by software developer. However, for lack of precisely defined semantics, especially on the dynamic diagrams, UML model is hard to be verified. PVS is a general formal method which provides a high-order logic specification language and integrated with model checking and theorem proving tools. Combining the widely used UML with PVS, this paper provides a novel modeling and verification approach for embedded real-time system. In this approach, we provide 1) a timed extended UML statechart for modeling dynamic behavior of an embedded real-time system; 2) an approach to capture timed automata based semantics from timed statechart; and 3) an algorithm to generate a finite state model expressed in PVS specification for model checking. The benefits of our approach include flexible and friendly in modeling, extendable in forma-lization and verification content, and better performance. Time constraints are modeled and verified and it’s a highlight of this paper. 展开更多
关键词 Embedded Real-time System UML Statechart PVS timed automata Model Checking.
在线阅读 下载PDF
多维数据融合的道路交通流实时监测关键技术研究 被引量:2
11
作者 孙翠改 张明超 +2 位作者 曹泓屹 孟凡硕 沈升华 《现代信息科技》 2025年第17期124-131,共8页
通过融合卡口监测数据、浮动车GPS数据及互联网路况数据,文章构建了一个多维度交通流分析框架,自主研发空间九宫格分割算法解决海量数据匹配效率问题。实现交通参数(流量、速度、密度)的实时计算、路网动态热度分析以及元胞自动机驱动... 通过融合卡口监测数据、浮动车GPS数据及互联网路况数据,文章构建了一个多维度交通流分析框架,自主研发空间九宫格分割算法解决海量数据匹配效率问题。实现交通参数(流量、速度、密度)的实时计算、路网动态热度分析以及元胞自动机驱动的通行模拟。形成“数据融合-计算优化-仿真验证”的闭环技术体系,为智慧交通管理提供从基础感知到决策支持的全链条解决方案。 展开更多
关键词 多维数据融合 交通流参数 实时监测 元胞自动机 空间分割算法
在线阅读 下载PDF
基于时间自动机的数据流通控制建模及验证
12
作者 李恒 李凤华 +3 位作者 梁琬珩 郭云川 张玲翠 周紫妍 《通信学报》 北大核心 2025年第3期13-27,共15页
为了解决数据跨域流通控制策略生成、传递与执行的可行性、正确性和安全性验证难题,提出了一种基于时间自动机和计算树时序逻辑的形式化建模及验证方法。该方法首先针对数据流通控制流程,以及数据交易场景(模式)下的数据提供者、数据使... 为了解决数据跨域流通控制策略生成、传递与执行的可行性、正确性和安全性验证难题,提出了一种基于时间自动机和计算树时序逻辑的形式化建模及验证方法。该方法首先针对数据流通控制流程,以及数据交易场景(模式)下的数据提供者、数据使用者(含数据经纪人)和数据监管者等实体分别进行形式化建模;随后给出了数据交易过程中,安全需求性质和流通控制属性的计算树时序逻辑形式化规约描述;最后,对上述时间自动机模型进行仿真,并对其性质和属性进行形式化验证与分析。实例分析表明,所提方法可以有效验证数据流通控制机制的可行性、正确性和安全性。 展开更多
关键词 数据要素流通 访问控制 时间自动机 延伸控制 形式化方法验证
在线阅读 下载PDF
一种面向城市轨道交通FAO系统危险场景的安全测试用例自动生成方法
13
作者 冉怡明 张亚东 +1 位作者 饶畅 江磊 《铁道标准设计》 北大核心 2025年第6期178-186,共9页
在当前FAO系统大规模建设背景下,作为典型的安全苛求系统,FAO系统运营服务水平和安全可靠性的需求日益增高,实际应用之前需要对其进行全面严格的测试,而现有的测试用例生成方法一般难以满足对安全性测试的需求。因此,提出一种安全测试... 在当前FAO系统大规模建设背景下,作为典型的安全苛求系统,FAO系统运营服务水平和安全可靠性的需求日益增高,实际应用之前需要对其进行全面严格的测试,而现有的测试用例生成方法一般难以满足对安全性测试的需求。因此,提出一种安全测试用例自动生成方法:以全自动运行系统中的障碍物脱轨检测场景为例,首先根据场景安全约束建立带安全约束的时间自动机模型,定义CF-SC安全测试覆盖准则,用于刻画场景运行下危险致因和安全约束的测试需求;然后针对此覆盖准则,设计一种考虑安全约束的深度优先搜索算法,算法在深度优先搜索框架下增加补充判别策略,用于覆盖安全测试需求的边和节点,实现安全测试用例的自动化生成。结果表明,CF-SC安全测试覆盖准则强于传统的路径覆盖准则,相对于现有方法,本方法在实现路径全覆盖的基础上,可对潜在的危险致因进行充分测试,对含有安全约束的路径覆盖率提升达33%,可有效满足安全测试需求,对提高全自动运行系统安全性具有重要研究意义和应用价值。 展开更多
关键词 城市轨道交通 全自动运行系统 覆盖准则 时间自动机 UPPAAL 测试用例生成
在线阅读 下载PDF
面向信息物理融合系统的混成攻击图分析方法
14
作者 葛要港 陈鑫恺 +1 位作者 徐丙凤 何高峰 《计算机工程与设计》 北大核心 2025年第6期1616-1624,共9页
针对信息物理融合系统(CPS)中信息系统与物理系统的复杂互联问题,提出一种混成攻击图模型,实现对CPS攻击的有效建模与分析,支持离散与连续信息共存的攻击建模。在此基础上,提出一种基于模型检测的混成攻击图分析方法,通过模型检测技术,... 针对信息物理融合系统(CPS)中信息系统与物理系统的复杂互联问题,提出一种混成攻击图模型,实现对CPS攻击的有效建模与分析,支持离散与连续信息共存的攻击建模。在此基础上,提出一种基于模型检测的混成攻击图分析方法,通过模型检测技术,将混成攻击图转化为时间自动机模型,采用度量区间时序逻辑,描述系统对离散与连续信息的安全属性,使用模型检测器进行可满足性验证。通过智能家居系统的案例说明了所提方法的有效性。 展开更多
关键词 信息物理融合系统 模型检测 混成攻击图 形式化方法 时间自动机 度量区间时序逻辑 安全属性
在线阅读 下载PDF
基于动作通信的物联网传输框架建模与仿真 被引量:1
15
作者 李超 程定富 +2 位作者 黄琼 郭仕然 王硕 《上海电力大学学报》 2025年第1期96-103,共8页
为了解决核电现场高并发、高负载下大数据包传输的可靠性问题,提出了一种基于动作通信的物联网传输框架。该框架引入动作通信概念,将传输任务分解为一组动作序列,结合轻量消息机制,使得云边之间有效实时协同,从而保证云边之间数据传输... 为了解决核电现场高并发、高负载下大数据包传输的可靠性问题,提出了一种基于动作通信的物联网传输框架。该框架引入动作通信概念,将传输任务分解为一组动作序列,结合轻量消息机制,使得云边之间有效实时协同,从而保证云边之间数据传输的可靠性。采用时间自动机对该框架进行建模及仿真,并利用UPPALL工具和时序逻辑语言进行模型活性和可靠性实验。实验结果验证了该框架的稳定性和可靠性,能够满足核电现场数据采集需求。 展开更多
关键词 动作通信 时间自动机 物联网传输框架 传输可靠性
在线阅读 下载PDF
面向车联网的概率时空攻击图安全分析方法
16
作者 陈鑫恺 徐丙凤 《软件工程》 2025年第5期60-64,78,共6页
针对车联网的攻击场景具有时空特性,以及现有攻击图在建模和分析方面存在的局限性,提出一种基于概率时空攻击图的车联网安全建模及分析方法。首先,构建了一种新的概率时空攻击图模型,建模具有时空特性的车联网攻击场景;其次,通过转换概... 针对车联网的攻击场景具有时空特性,以及现有攻击图在建模和分析方面存在的局限性,提出一种基于概率时空攻击图的车联网安全建模及分析方法。首先,构建了一种新的概率时空攻击图模型,建模具有时空特性的车联网攻击场景;其次,通过转换概率时空攻击图,运用模型检测技术,分析车联网系统对关键安全属性的可满足性。案例分析的结果表明,该方法不仅能有效建模车联网的攻击场景,而且还能确保100%检测出系统对关键安全属性的违反情况,为车联网的攻击场景建模和安全分析提供了一种新方法。 展开更多
关键词 车联网 攻击图 模型转换 概率时间自动机 模型检测
在线阅读 下载PDF
基于时间自动机的物联网网关安全系统的建模及验证 被引量:22
17
作者 王国卿 庄雷 +2 位作者 王瑞民 宋玉 张坤丽 《通信学报》 EI CSCD 北大核心 2018年第3期63-75,共13页
物联网是一个多网异构融合网络,其感知层常面临各类安全威胁。物联网网关作为感知层和网络层的桥梁,应当具备安全管理功能,防止安全问题向上层扩散。针对物联网网关目前安全方面的不足,以物联网网关中间件技术为平台,设计一个通用的物... 物联网是一个多网异构融合网络,其感知层常面临各类安全威胁。物联网网关作为感知层和网络层的桥梁,应当具备安全管理功能,防止安全问题向上层扩散。针对物联网网关目前安全方面的不足,以物联网网关中间件技术为平台,设计一个通用的物联网网关安全系统。该系统可以嵌入不同的安全协议或算法,然后进行建模与分析,能够辅助安全网关的设计和具体实现。利用时间自动机对系统进行形式化建模与验证,验证结果表明物联网网关安全系统满足机密性、可用性、真实性、顽健性、完整性和新鲜性6项安全需求。 展开更多
关键词 物联网网关 安全系统 中间件 时间自动机 模型检测
在线阅读 下载PDF
多处理器实时系统可调度性分析的UPPAAL模型 被引量:19
18
作者 代声馨 洪玫 +3 位作者 郭兵 杨秋辉 黄蔚 徐保平 《软件学报》 EI CSCD 北大核心 2015年第2期279-296,共18页
随着多处理器实时系统在安全性攸关系统中的广泛应用,保证这类系统的正确性成为一项重要的工作.可调度性是实时系统正确性的一项关键性质.它表示系统必须满足的一些时间要求.传统的可调度性分析方法结论保守或者不完备,为了避免这些方... 随着多处理器实时系统在安全性攸关系统中的广泛应用,保证这类系统的正确性成为一项重要的工作.可调度性是实时系统正确性的一项关键性质.它表示系统必须满足的一些时间要求.传统的可调度性分析方法结论保守或者不完备,为了避免这些方法的缺陷,提出使用模型检测的方法来实现可调度性分析.提出了一个用于多处理器实时系统可调度性分析的模板,将与系统可调度性相关的部分包括实时任务、运行平台和调度管理模块都用时间自动机建模,并使用UPPAAL验证可调度的性质是否总被满足.符号化模型检测方法被用于推断可调度性,但是由于秒表触发的近似机制,符号化模型检测方法不能用于证明系统不可调度.作为补充,统计模型检测方法被用于估算系统不可调度的概率,并在系统不可调度时生成反例.此外,在系统可调度时,通过统计模型检测方法获取一些性能相关的信息. 展开更多
关键词 可调度性 模型检测 UPPAAL 多处理器实时系统 时间自动机
在线阅读 下载PDF
基于时间自动机的温室环境监控物联网系统建模 被引量:16
19
作者 邓雪峰 孙瑞志 +2 位作者 聂娟 王文狄 史银雪 《农业机械学报》 EI CAS CSCD 北大核心 2016年第7期301-308,共8页
由于温室环境的复杂性,系统设计的不合理会直接导致数据的不确定和系统的不稳定。基于体系结构的物联网层次模型对物联网的实施具有指导意义,但是体系结构模型没有提供系统建模工具和模型验证的方法。基于时间自动机理论的建模与模型验... 由于温室环境的复杂性,系统设计的不合理会直接导致数据的不确定和系统的不稳定。基于体系结构的物联网层次模型对物联网的实施具有指导意义,但是体系结构模型没有提供系统建模工具和模型验证的方法。基于时间自动机理论的建模与模型验证方法是一种对物联网系统建模的有效手段,能在系统设计时提高系统的稳定性,保证系统设计的正确性。通过对智能温室监控物联网系统的分析,从系统实施的角度重新对温室环境监控物联网系统进行了层次划分,利用时间自动机理论对系统中的相应组件进行建模,在对各个子系统分别建模的基础上形成了时间自动机网络模型。最后利用时间自动机建模工具UPPAAL,对已经建立的形式化模型进行了系统逻辑正确性验证与系统执行时序验证。结果表明,利用时间自动机理论及其建模工具UPPAAL可以对智能温室监控物联网系统进行建模及模型验证,可以在系统设计时对系统进行准确的模型分析,避免系统设计错误,降低系统设计缺陷,在系统投入运行中规避设计风险,从而提升系统的稳定性与可靠性,确保系统设计的正确性。 展开更多
关键词 温室 物联网 时间自动机 建模 模型验证
在线阅读 下载PDF
基于时间自动机的物联网服务建模和验证 被引量:46
20
作者 李力行 金芝 李戈 《计算机学报》 EI CSCD 北大核心 2011年第8期1365-1377,共13页
物联网服务的建模和验证是当前物联网服务提供中的一个重要问题.文中将物联网服务的行为建模为其与相关环境实体的交互,并引入环境实体以刻画物理世界各种物体的属性和行为,从而将物联网服务能力建模为它能够导致的环境实体发生的期望变... 物联网服务的建模和验证是当前物联网服务提供中的一个重要问题.文中将物联网服务的行为建模为其与相关环境实体的交互,并引入环境实体以刻画物理世界各种物体的属性和行为,从而将物联网服务能力建模为它能够导致的环境实体发生的期望变化.文中以时间自动机为建模工具,分别为将要监测和要控制的物理环境实体以及不同种类的物联网服务独立建模,以表现它们的独立性和自主性.这些时间自动机形成一个网络,刻画完整的物联网服务的通信并发过程,物联网服务的实施过程表现为时间自动机网络上的状态变迁通路.最后,文中提出一组物联网服务要满足的性质,并利用模型检测工具UPPAAL验证物联网服务的正确性. 展开更多
关键词 物联网服务 时间自动机 环境实体 服务建模 模型验证
在线阅读 下载PDF
上一页 1 2 19 下一页 到第
使用帮助 返回顶部