when I am looping DOM, how do I add a looped value to the href in the a tag, and then click on the a tag, and the past value of the page jump transfer is also different?
I"ve tried using the $(".bl"). Attr ("href", xxxxx) method, but the href of each a tag is the same, and the resulting value is the last value looped out.
what should I do? every time I click on the link of a tag, the parameters are different.