我有一个问题,我需要遍历一个字符串并单独打印每个字符:
var abc = MyFunction('abc')
abc() // should return 'a' on this first call
abc() // should return 'b' on this second call
abc() // should return 'c' on this third call
abc() // should return 'a' again on this fourth call
qq_笑_17
相关分类