多项选择题

假设var date= ’2020.4’;如果要将其转换为数字型,可以用以下哪些方法()

A.parseInt(date)
B.parseFloat(date)
C.Number(date)
D.date+0
E.以上四种都可以