已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
Replacer.ReplaceValue(value as any, old as any, new as any) as any
以 new 值取代原始 value 中的 old 值。 這個取代子函式可用於 List.ReplaceValue 和 Table.ReplaceValue 中。
new
value
old
List.ReplaceValue
Table.ReplaceValue
以值 10 取代值 11。
使用方式
Replacer.ReplaceValue(11, 11, 10)
輸出
10
此頁面對您有幫助嗎?