标签: applescript
有人可以列出所有AppleScript数据类型(下面粗体显示的内容):
set x to "x" as的 text
set x to "x" as
text
set x to 123 as的 integer
set x to 123 as
integer
更新:以下网页最佳:
http://macscripter.net/viewtopic.php?id=24695
感谢您的回答。
答案 0 :(得分:1)
以下是可能会或可能不会详尽无遗的类型列表:
http://www.satimage.fr/software/en/smile/computing/as_types/as_data_types.html