我在 document.write 中添加一个类,但它没有显示,下面是我的代码。
new_window = open("","hoverwindow","width=600,height=300,left=10,top=10");
new_window.document.open();
new_window.document.write("<li>Dowload <a href=www.anylink.com class='help'></a></li>");
“帮助”在我的 css 文件中定义。上述语法对于应用类是否正确。