我正在製作一個簡單,緊湊的applescript計算器腳本。我知道問題是什麼,但我不知道是否可以解決問題。當我運行腳本並輸入數字時,它只是將方程式說回給我。我期望它能做到這一點,但是有沒有辦法讓它做數學?Applescript緊湊型計算器腳本問題
set theMultiply to text returned of (display dialog "What is the problem?" default answer "# * #" buttons {"Cancel", "Ok"} default button 2)
set theAnswer to theMultiply
display dialog theAnswer buttons {"Cancel", "Ok"} default button 2
通過編程來做數學? – Patashu 2013-05-12 00:00:15