We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Array.prototype.size = function (length) { this.length = length; }
The text was updated successfully, but these errors were encountered:
为什么? @pageborn
Sorry, something went wrong.
我也觉得奇怪,js文件是异步用script标签引入的,引入后不完全执行,开始检查问题,发现把上面代码去掉就正常了,浏览器信息 navigator.userAgent "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36"
No branches or pull requests
Array.prototype.size = function (length) {
this.length = length;
}
The text was updated successfully, but these errors were encountered: