提交 9919234d 编写于 作者: View Design's avatar View Design

Thu Nov 28 14:08:00 CST 2024 inscode

上级 669eac6d
console.log("欢迎来到 InsCode");
\ No newline at end of file
function aa (str) {
const englishRegex = /^[a-zA-Z]+$/;
return englishRegex.test(str);
}
const a = aa('this is a good idea')
console.log(a);
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册