gwd.auto_AboutEventMouseout = function(event) {
// GWD Predefined Function
gwd.actions.events.setInlineStyle('aboutEvent', 'border-bottom: none;');
document.getElementById('onLoadData').style.visibility = 'visible';
};
当我将鼠标悬停在上方时,这是gwd生成的代码-
<li class="gwd-span-1anh" id="aboutEvent"><a>ABOUT</a>
因此,我们可以通过任何方式进行双向数据绑定或* ngFor进行数组迭代。