Details
Description
In the original code, one node is retrieved by value, therefore, the corresponding value is never changed in following code, we should use "reference" instead in order to get what we expect.
In the original code, one node is retrieved by value, therefore, the corresponding value is never changed in following code, we should use "reference" instead in order to get what we expect.