題目連結(https://leetcode.com/problems/valid-triangle-number/description/?envType=da...
想要讓 boot 動起來,必須在我們的系統裡實作一個最小的 BIOS 模組。而這些 bios 的入口地址被記錄在 0x0 ~ 0x3FF 的中斷向量表(IVT)...
題目介紹:
編號:66
類型:Array,Math
難度:easy
題目連結:https://leetcode.com/problems/plus-one/d...
換行控制:flex-wrap
不換行(預設)
css
.no-wrap {
display: flex;
flex-wrap: nowrap;
}
htm...
1. 在 script.js 加入收藏按鈕切換
(如果你還沒有 script.js,就新增一個檔案並在 HTML <body> 結尾前用 <s...
次要按鈕:css
.secondary-button {
background-color: transparent;
color: #3498db;
b...