SQL>exec select 'your name' into :prompt from dualSQL>select :prompt from dual;
------------------------------------
------------------------------------4)
我是JavaScript的新手,所以请不要攻击我的“无知”问题。 authors[1]=parseFloat(prompt("Who wrote Huckleberry Finn?"));
authors[2]=parseFloat(prompt("Who wrote The Return of the Native?"))