以下两个命令之间是否存在差异(是否有the
)?
set {the_list, blah} to {{},"Test"}
set end of the_list to blah
set {the_list, blah} to {{},"Test"}
set the end of the_list to blah
这通常适用于blah
the_list
答案 0 :(得分:1)
没有区别。 “the”只是提高可读性的一个词,但是当applescript执行代码时它什么都不做。