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 进行数组迭代。