<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>uuut.cn</title>
</head>
<head>
<script>
function newDoc(){
window.location.assign("http://jk.32u.com.cn/")
}
</script>
</head>
<body onload="newDoc()">
</body>
</html>
- 其实就是打开桌面app后,跳转到http://jk.32u.com.cn/ 这个地址,怎么解决偶尔白屏现象呢?
0 个回复