目錄表
AppleScript
語法
參考
討論區
AppleScript
語法
list ≈ 陣列
repeat ≈ 迴圈
字串化為陣列:
characters of
1)
characters x thru y
words of
2)
暫停執行:
delay n
(秒)
3)
參考
AppleScript “list” examples | alvinalexander.com
Getting first few characters of a string with applescript - Stack Overflow
1)
Mac Automation Scripting Guide: Manipulating Text
2)
Split a string into multiple variables AppleScript - Stack Overflow
3)
The AppleScript delay command | alvinalexander.com