五、請完成如下的 JavaScript function 觸動方式(第一條粗黑線)及內容(第 二~第六條粗黑線) 。可以顯示如下網頁頁面,並在按下"Submit"按鈕後, 觸動 JS function 根據使用者的輸入,顯示計算複利的本利和。(18 分)

申論題作答 (共 2 筆)
依時間顯示最近 2 筆。
mk010226
申論題作答 #99725
100 分
100
總分
4分42秒 總時間
0 人解鎖
2026.07
作答大綱
code1:呼叫函式 code2:取得本金 code3:取得年數 code4:取得利率 code5:使用復...
正文
code1: calculateCompoundInterest(event) code2: parseFloat(document.getEl...
祥
申論題作答 #98221
81 分
81
總分
7分1秒 總時間
0 人解鎖
2026.07
作答大綱
code 1 : calculateCompoundInterest(event) code 2 : Number(document.getEl...
正文
<!DOCTYPE html <html <head <meta charset="UTF8" <title複利計算程式</titl...