我正在用 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