As we all know, the target of href has four attributes, namely: _blank, _self, _parent, _top. I won’t say much about the meaning of each of these four. You can search a lot on the Internet. What I want to say here is that by giving the target attribute A specific name sometimes has good results, such as the following piece of code
Name the target attribute my_tar , when clicking the link, if there is no window named my_tar, create a new one, otherwise the link will be opened in the existing window named my_tar. A better application is the music station. If the target is not named, and If you open the audition music in multiple windows, the effect will be...