多项选择题
var str = "9-A/8-M/6L/52Q-3"; console.log(str.match(/\d[^A-Z0-9]/g));打印结果不会是()
A.["9-","8-"]
B.["9-"]
C.["8-"]
D.["9-A","8-M"]
点击查看答案
相关考题
