程式設計學習進度
第一週(09/07)
用記事本編輯html
第二週(09/14)
第六週上課
網頁指令 | VBA指令 |
聯絡人職稱: | UserForm_Initialize()'起始表單事件設定 |
聯絡人職稱:
<select id="ComboBox1"
> <option>董事長</option > <option>總經理</option > <option>副總經理</option > <option>財務長</option > <option>人資長</option > </select> | With ComboBox1 .Additem("董事長") .Additem("總經理") .Additem("副總經理") .Additem("財務長") .Additem("人資長") End With |
text | textbox |
button | commandbutton |
在網頁按下F12進入開發人員模式
第七週上課進度
輸入金額: | textbox | |
輸入金額:<input id="a" type="text" /> | VBA | |
VBA | ||
<input id="b" type="button" value="按下我" onclick="alert('你是豬頭!')"/> | VBA | |
豬狗貓 | VBA | |
豬<input type="radio">狗<input type="radio">貓<input type="radio"> | VBA | |
豬狗貓 | VBA | |
VBA |
第八週2020/10/26
國庫券面額$ 天期貼現率 %
價格$(計算中)
參考李顯儀金融市場page 4-12
留言
張貼留言