js比较字母+数字的字符串大小,如“A00”、“B12”
摘要:需求单字母+数字字符串,比较某值是否在一个范围内 let a='T29' ; console.log(a >= 'X00' && a <= 'Z99');//false
阅读全文
posted @ 2021-04-21 16:29
posted @ 2021-04-21 16:29
posted @ 2021-04-15 20:44
posted @ 2021-04-12 09:21
posted @ 2021-04-09 20:31