已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
Text.ToList(text as text) as list
根據所指定文字值 text 傳回字元值的清單。
text
從文字 "Hello World" 建立字元值的清單。
使用方式
Text.ToList("Hello World")
輸出
"H", "e", "l", "l", "o", " ", "W", "o", "r", "l", "d" }
此頁面對您有幫助嗎?