共计 421 个字符,预计需要花费 2 分钟才能阅读完成。
添加预加载广告
自己手动添加一个html文件,位置自定
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>视频缓冲中</title>
</head>
<body bgcolor="#000000">
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<img src="/static/images/logo.jpg" border="0"><br>
<font color="#FFFFFF"><strong>正在加载,请稍候...</strong></font>
</td>
</tr>
</table>
</body>
</html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>视频缓冲中</title>
</head>
<body bgcolor="#000000">
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<img src="/static/images/logo.jpg" border="0"><br>
<font color="#FFFFFF"><strong>正在加载,请稍候...</strong></font>
</td>
</tr>
</table>
</body>
</html>
正文完