【发布时间】:2015-01-12 05:20:06
【问题描述】:
我想获取 AppleScript 中的最新推文。 但是,“状态”变量无法保存。 如何存储推文状态对象?
它正在工作:
tell application "Twitter"
set tw to text of item 1 of statuses of home timeline of current account
end tell
它不工作:
tell application "Twitter"
set tw to item 1 of statuses of home timeline of current account
set txt to text of tw
end tell
【问题讨论】:
-
你能分享代码吗?没有代码是不可能帮你的……
-
抱歉,问题文本的格式是固定的。
标签: macos twitter applescript