昨天有跟大家介紹一些偽類選取器,那今天還是會繼續介紹其他的偽類選取器
:checked
::first-letter
:empty
:not...
為了解決拜占庭將軍問題(Byzantine Generals Problem),Leslie Lamport在論文中也有提出解決方案,像是拜占庭容錯協議(Byz...
code;要import這js檔案到頁面js中才會生效。
import React, {useState} from "react";...
先打開Button.js並修改成如圖那樣。(code參考:react官網)
import { useState } from 'react'//useSt...
活動指示器
class HomePage extends Statelesswidget {
const HomePage () ;
@override...
鐵人賽 Day 10 (函式與變數)
function (函式)
定義函式的方法
函式宣告 例: function calculator (){ do som...