Invalid left-hand side expression in prefix operation 前缀操作中的左侧表达式无效 来源:++parseInt(‘12d’); 解决:删掉 ++ 操作(++操作在右边也不行)