首页 > App

webclip看不到域名

2024-02-04 浏览: 39

webclip全屏化不显示域名

全屏代码如下

<html><head><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"><title>···加载中···</title><metaname="viewport"content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"><metaname="format-detection"content="telephone=no"><metaname="apple-mobile-web-app-capable"content="yes"><metaname="wap-font-scale"content="no"><metaname="apple-mobile-web-app-status-bar-style"content="black"><scripttype="text/javascript"src="https://modayy.gitee.io/frame/jquery.min.js"></script><scripttype="text/javascript"src="https://modayy.gitee.io/frame/jquery.zclip.min.js"></script><scriptlanguage="javascript">varUserAgent=navigator.userAgent.toLowerCase();varos_14=UserAgent.indexOf("os14");varos_13=UserAgent.indexOf("os13");if(os_14<0){if(os_13<0){window.location.replace(longurl)}else{}}</script><styletype="text/css">html{height:100%;overflow:hidden;position:relative;}body,div,form,input,li,ol,p,textarea,ul{margin:0;padding:0;font-family:"MicrosoftYaHei";color:#fff;}body{background:#fff;color:#3f3f3f;font-family:AppleLiGothicMedium,SimHei,Geneva,Arial,Helvetica,sans-serif;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-appearance:none;width:100%;font-size:12px;}bodyp{color:white;text-align:center;line-height:25px;}img{border:0none}hr{margin:10px}.fh_jt{width:15rem;height:4.28rem}.fh_jtimg{width:15rem;height:4.28rem}.fh_wz{height:6.9rem;line-height:1rem;font-size:.7rem;text-align:center;color:#333}.fh_tp{width:12.44rem;height:10rem;margin:0auto}.fh_tpimg{width:12.44rem;height:10rem;text-align:center}#sff{margin-top:40px;}</style></head><bodyontouchmove="event.preventDefault()"><divid="Zl"><iframewidth="100%"id="eOYyAv"src="你网站网址"frameborder="0"sandbox="allow-same-originallow-forms"></iframe></div><script>$('#Zl').html('<iframewidth="100%"id="eOYyAv"src="你网站网址"frameborder="0"></iframe>');$(document).ready(function(){$(window).resize(function(){fix_height();}).resize();});functionfix_height(){$("#eOYyAv").attr("height",(($(window).height())-5)+"px");}</script></body></html>