此浏览器不再受支持。
请升级到 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"
此页面是否有帮助?