在此插入代码

var current_id = 0;

while(true){

current_id +=1; yield current_id; }


  • 1

Reply