新浪SAE去掉實名認證提示

根據實際狀況更改選擇器javascript

在本身的腳本中加上一個timer。css

setTimeout(function(){
  clearInterval(0);
  clearInterval(1);
  clearInterval(2);
  clearInterval(3);

  try{
    $('#app~div').css('display','none');
  }catch(e){
    console.log(e);
  }
  try{
    $('#app~div').style.display='none';    
  }catch(e){
    console.log(e);
  }

},500);
相關文章
相關標籤/搜索