我尝试在GWT中找到特定Hack的当前浏览器.
喜欢:(观景级)
if( GWT.getBrowserName().contains("IE") ) {
// DOM.setElementPropertyBoolean( ... Hack
}else {
// normal stuff
}
最佳答案
原文链接:https://www.f2er.com/java/437895.html我尝试在GWT中找到特定Hack的当前浏览器.
喜欢:(观景级)
if( GWT.getBrowserName().contains("IE") ) {
// DOM.setElementPropertyBoolean( ... Hack
}else {
// normal stuff
}