TypeError: this.xxx.substring is not a function的解决办法
Posted lvchengda
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TypeError: this.xxx.substring is not a function的解决办法相关的知识,希望对你有一定的参考价值。
这是因为已经改变了xxx的值的类型,不再是字符串的话将不会拥有substring函数,
我当时这样写的时候,直接将number类型赋予了this.enter,所以导致了错误.
改为这样之后可以使用substring函数
得出结果:如果不能获取变量类型操作,有可能是因为变量类型并不是我所期待的变量类型.或者指向错误
————————————————
版权声明:本文为CSDN博主「Vicky128」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/Vicky128/article/details/99415590
以上是关于TypeError: this.xxx.substring is not a function的解决办法的主要内容,如果未能解决你的问题,请参考以下文章
反应本机获取多标记[未处理的承诺拒绝:TypeError:TypeError:未定义不是对象(评估'this.state.markers.map
Django TypeError - TypeError: issubclass() arg 1 必须是一个类
pyspark:TypeError:'float'对象不可迭代
Python 3.8 TypeError: can't concat str to bytes - TypeError: a bytes-like object is required, not 's