我想使用
对特定链接进行内嵌let URL = window.location.pathname;
if (URL == '/index.html') {
$ (". go_to_index"). addClass ('active-item');
}
,另一个按钮代码是
<input type="button1" value="Button 1">
在单击时,我想将一个iframe链接到button1上的另一个链接,另一个按钮将链接到另一个要通过iframe显示的链接。我怎样才能做到这一点?我们应该使用什么HTML代码?