我想獲取AppleScript中的最新推文。 但是,「狀態」的變量無法保存。 如何存儲推文狀態對象?如何使用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
你能共享代碼?沒有代碼是不可能的...... – 2013-03-10 09:35:14
對不起,我是問題文本的固定格式。 – 2013-03-10 09:45:46