开局破防了
 
 
 
 
 

5 lines
76 B

var idCounter = 0;
function id() {
return idCounter++;
}
export { id };