我有一个问题,我需要遍历一个字符串并单独打印每个字符:
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
随时随地看视频慕课网APP
相关分类