let str=‘06’
str.substring(1,1)
居然取不到值
substring(start, end)
str.substring(1,2) 或 str.substring(1)
多研究研究文档吧,少问多动