當我執行,它將運行,但是當我按下回車鍵的消息框仍然顯示 爲moneytextbox的keydown if (e.KeyCode == Keys.Enter)
{
int a, b, c;
a = int.Parse(money.Text);
b = int.Parse(bill.Text);
c = a - b;
當我按下按鈕的一切正常,但按下輸入它的觸發功能,並在我的瀏覽器快速返回,在snippest它desapiar。我嘗試了幾種方式時按回車鍵,但我得到同樣的問題,觸發按鈕 function calculate() {
var response = document.getElementById("text").value;