gpt4 book ai didi

Javascript if else 条件使用大于 >

转载 作者:行者123 更新时间:2023-11-30 06:50:20 25 4
gpt4 key购买 nike

<分区>

我在 if else 条件下有问题

首先,

amt 的值为 1000。actualamt 的值为 500。

我从文本框中收到上述值。

我的条件是如果 actualamt 大于 amt,它不会继续。但是即使actualamt的值低于amt,它也不接受。

这是我的代码

if (actualamt > amt) {
checker = 0;
$.toast({
heading: 'Note:',
text: "You have exceeded amsount for settle. Please check the amount.",
icon: 'info',
loader: false,
stack: false,
position: 'top-center',
bgColor: '#FFA500',
textColor: 'white',
allowToastClose: false,
hideAfter: 4000
});
}

你能帮我解决这个问题吗?谢谢

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