如何驗證表達式“([A] and [B]) or ([C] and [D])” 符合bool表達式規(guī)則 1:使用[A],[B],[C]....[Z]代表一個bool值。 2:左右括號要匹配 3:([A] and [B]) or ([C] and [D]) 等價于 (true & true) || (true $ false) 4:表達式長度不限使用JS驗證
如何驗證表達式“([A] and [B]) or ([C] and [D])” 符合bool表達式規(guī)
慕容708150
2018-12-10 13:08:14