System.Context.currentAlarm.path¶ 描述¶ 当前报警的路径。 语法¶ System.Context.currentAlarm.path 代码示例¶ 获取当前报警的路径。 const path = System.Context.currentAlarm.path; console.log(path);