為什么是一進入頁面就觸發blur,而不是,鼠標離開floor_rent這個input的時候觸發呢?
HUX布斯
2019-02-14 18:14:07
TA貢獻1871條經驗 獲得超13個贊
$(this).blur(monthRent);
$(this).blur(monthRent());
這么寫 monthRent 函數就直接執行了
舉報