用正則表達式實現查出二進制數是3的倍數

import java.util.regex.Pattern; public class BinaryRegexp { public static Pattern multipleOf3() { // Regular expression that matches binary inputs that are multiple of 3 return Pa
相關文章
相關標籤/搜索