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
解决办法: 28行代码 请换成 for循环:
//for(var t in tpls){ for(var t = 0;t < tpls.length;t++){
The text was updated successfully, but these errors were encountered:
嗯,这的确是一个需要解决的问题,而且不影响 tppl 的目标。如果感兴趣的话,请提交一个 pull requests 。否则我就自己改了 ^_^ @xd199153
Sorry, something went wrong.
for in 很好用
No branches or pull requests
解决办法:
28行代码 请换成 for循环:
//for(var t in tpls){
for(var t = 0;t < tpls.length;t++){
The text was updated successfully, but these errors were encountered: