Using the DOM tree, you can modify related content without using the ID, such as modifying the value of the text box in front of each hyperlink.
Here we mainly use the previousSibling attribute to access The previous node, thereby achieving the effect of changing the value of the previous text box.