[]subtst这个问题还没解决把
此帖中的问题1还没解决吧 我从源码看 还是被重写substr 还是会报错 麻烦看看回复
http://ask.layabox.com/question/3887
http://ask.layabox.com/question/3887
没有找到相关结果
已邀请:
要回复问题请先登录
没有找到相关结果
要回复问题请先登录
2 个回复
jacksing888
赞同来自:
请你们自己检测一下
我举个例子:
let color='#FFFFFF'
原生: color.substr(0,0) -> '';
String.prototype.substr = Laya.__substr : color.substr(0,0) -> '#FFFFFF'
cuixueying
赞同来自: