Flutter Dart 正則RegExp [. ... void main() { isABC('A1234656B123456C'); } void isABC(String input) { RegExp mobile = new RegExp(r'[ABC]'); ...
確定! 回上一頁