1.a cue given to a performer (usually the beginning of the next line to be spoken);
the audience could hear his prompting
2.(computer science) a symbol that appears on the computer screen to indicate that the computer is ready to receive a command
3.according to schedule or without delay;
they were always on time
4.characterized by speed and efficiency
5.quick in apprehending or reacting;
a prompt (or ready) response
6.performed with little or no delay;
an immediate reply to my letter
1.give an incentive for action;
This moved me to sacrifice my career
2.serve as the inciting cause of;
She prompted me to call my relatives
3.assist (somebody acting or reciting) by suggesting the next words of something forgotten or imperfectly learned
prompt是 javascript語言中的一個方法,主要用處是:顯示提示對話框。 定義和用法 prompt() 方法用于顯示可提示用戶進行輸入的對話框。 語法 prompt(text,defaultText) 說明 如果用戶單擊提示框的取消按鈕,則返回 null。如果用戶單擊確認按鈕,則返回輸入字段當前顯示的文本。 在用戶點擊確定按鈕或取消按鈕把對話框關閉之前,它將阻止用戶對瀏覽器的所有輸入。在調用 prompt() 時,將暫停對 JavaScript 代碼的執行,在用戶作出