当前位置: 代码迷 >> 综合 >> 苹果手机可以用哪些虚拟定位软件
  详细解决方案

苹果手机可以用哪些虚拟定位软件

热度:56   发布时间:2023-09-08 15:55:14.0
苹果手机可以用哪些虚拟定位软件
<head>

</head>
<body onload="setcolor()" >
<div id=mydiv style="font:12px sans-serif;width:300px;height:200px;">背景色测试</div>
<script>
function setcolor()
{
var colorString;
do{
colorString="#"+Math.floor(Math.random()*Math.pow(2,24)).toString(16);
}
while (colorString.length<7);

document.getElementById("mydiv").style.backgroundColor=colorString;

setTimeout(setcolor,100);
}

</script>
</body>

[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
苹果手机可以用哪些虚拟定位软件
  相关解决方案