已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
Text.End(text as nullable text, count as number) as nullable text
傳回 text 值,其為 text 值 text 的最後 count 個字元。
text
count
取得文字 "Hello, World" 的最後 5 個字元。
使用方式
Text.End("Hello, World", 5)
輸出
"World"
此頁面對您有幫助嗎?