0

Google 検索を行うスクリプトを作成しようとしていますが、複数の単語を検索するとうまくいきません。誰でもこれを修正する方法を知っていますか?

set keyword to text returned of (display dialog "Enter Search Query" default answer "")
display dialog "Enter Search Query" buttons {"Cancel", "Ok"} default button 2
if the button returned of the result is "Ok" then
    open location "http://search.yahoo.com/search?p=" & keyword
end if
4

3 に答える 3