地下城3F-計算機 :
想說這任務應該不會太難吧(總是太天真),但一但開始執行後,就會冒出好多好多問題
使用哪種方式切版? GRID
使用哪種方式寫邏輯? 就vue吧
使用哪種計算機比較符合這樣的UI呈現? IOS 計算機
要如何輸入完後,取運算值和子來用?
要如何三位一撇?
以下來記錄這次的新收穫
…
..
Character Sets & Quantifiers
Posted on
|
In
前端學習
! Content:Brackets []、Braces {}、Peratheses ()
Brackets [] - Character Sets
With a “character class”, also called “character set”, you can tell the regex engine to match only one out of several characters. Simply place the characters you want to match between square brackets [].
參考來源
RegExp - Metacharacter Symbols
Posted on
|
In
前端學習
RegExp - Evaluation Functions
Posted on
|
In
前端學習