步骤库标准步骤常量常量将一个常量值(例如字符串/数字/等)转换为一个步骤;此步骤返回的每个值都将是给定的常量值。用法const $one = constant(1);const $str = constant`My string here`;