String text = "https://allensu.blog.csdn.net"; // 01 判断字符串中是否包含字符allensu print(text.contains('allensu')); // 返回true // 02 判断 ...
確定! 回上一頁