gpt4 book ai didi

javascript - 如何在 Light Tables 中使用 javascript 提示用户输入?

转载 作者:行者123 更新时间:2023-11-28 05:36:29 25 4
gpt4 key购买 nike

当使用 Light Tables 运行我的 JavaScript 程序时,我尝试使用“prompt”命令提示用户输入。我收到错误错误:prompt() is and will not be support.但我知道这是可能的,因为有人使用它的视频。我必须使用提示命令。我是否缺少某个插件或扩展?

var subTotal = prompt("Enter a sales sub-total.");
subTotal = parseFloat(subTotal);

var salesTax = prompt("Enter a tax rate.");
salesTax = parseFloat(salesTax);

var grandTotal = subTotal * salesTax;

alert("Sub-total: " + subTotal + " Sales Tax: " + salesTax + " Grand Total: " + grandTotal );

/image/teLS8.jpg

最佳答案

关于javascript - 如何在 Light Tables 中使用 javascript 提示用户输入?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39318548/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com