Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
人々が読まないでクリックするだけの場合に備えて、「いいえ」ではなく「はい」の自動強調表示でダイアログボックスをポップアップさせたいと思います。ありがとう!
Dialog.ask()defaultChoiceパラメータを持ついくつかのオーバーロードされたバージョンが利用可能です。次に例を示します。
Dialog.ask()
defaultChoice
Dialog.ask(Dialog.D_YES_NO, "Continue?", Dialog.YES);