/苹果百度浏览器/
if(/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent) && /baiduboxapp/i.test(navigator.userAgent)) {
setTimeout(function() {
document.querySelector(‘#botHideShow‘).style.display = ‘block‘;
document.querySelector(‘#jgChatHistory‘).style.marginBottom=‘100px‘;
}, 30);
}
原文:https://www.cnblogs.com/1666818961-lxj/p/9277723.html