此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
Replacer.ReplaceValue(value as any, old as any, new as any) as any
将原始 value 中的 old 值替换为 new 值。 此替换器函数可用于 List.ReplaceValue 和 Table.ReplaceValue 中。
value
old
new
List.ReplaceValue
Table.ReplaceValue
使用值 10 替换值 11。
使用情况
Replacer.ReplaceValue(11, 11, 10)
输出
10
此页面是否有帮助?