码迷,mamicode.com
首页 > 其他好文 > 详细

TypeError: this.xxx.substring is not a function的解决办法

时间:2020-04-08 19:26:20      阅读:259      评论:0      收藏:0      [点我收藏+]

标签:this   err   tps   改变   enter   details   typeerror   dash   log   

这是因为已经改变了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的解决办法

标签:this   err   tps   改变   enter   details   typeerror   dash   log   

原文地址:https://www.cnblogs.com/lvchengda/p/12661550.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!