What do you mean this watch don't understand, you bosses can give an explanation of the
CodePudding user response:
Add a space, Look at this or write myself, execution
CodePudding user response:
The blank space after add count++ plus the output
CodePudding user response:
Understood as: the output=the output itself plus count++ and empty string ""
CodePudding user response:
Split the following 1. The output=the output + (count + "") 2. Count=count + 1 Pay attention to the next symbol can + on behalf of the first to take a, finally to perform a=a + 1, such as a=1, b=+, is first b=a=1, then a=1 + 1=2 + + a representative plus 1 first, then take a, such as a=1, b=+ + a, that is to perform a=1 + 1=2, after b=a=2 Any type + string, + mean joining together here Such as string "ABC" + 1=string "abc1," 1 + "ABC"=the string "ABC" 1, The meaning of +=is accumulative, a +=b can be thought of as a=a + b
CodePudding user response:
Here to add a null string, meaning should be turn to digital string