每当我尝试运行以下代码时:
set RAccounts to (read POSIX file "/Users/student/Desktop/Accounts.txt")
set word 1 of RAccounts to clipboard
它给了我错误“无法将文本设置到剪贴板”任何帮助,而无需进行击键等,当我尝试时
get word 1 of RAccounts and paste
它告诉我不能将任何帮助变成布尔类型?
每当我尝试运行以下代码时:
set RAccounts to (read POSIX file "/Users/student/Desktop/Accounts.txt")
set word 1 of RAccounts to clipboard
它给了我错误“无法将文本设置到剪贴板”任何帮助,而无需进行击键等,当我尝试时
get word 1 of RAccounts and paste
它告诉我不能将任何帮助变成布尔类型?