Discuss / JavaScript / 越来越难了

越来越难了

Topic source

wolf3c

#1 Created at ... [Delete] [Delete and Lock User]
for( var x = 1; x < 100; x ++) {
    yield x;
}

或者

for(var x = 1; x < 100; yield x++ );

  • 1

Reply