当前位置: 代码迷 >> 综合 >> ios10.21虚拟定位
  详细解决方案

ios10.21虚拟定位

热度:61   发布时间:2023-09-09 22:26:53.0
ios10.21虚拟定位
复制代码 代码如下:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>javascript object</title>
<body>
<input id="aaa">
<input type=button onclick="check('aaa')" value="checkaaa">
<input type=button onclick="check('aaffdssfg')" value="checkother">
<script language="javascript">
<!--
function check(strObj)
{
if(typeof(eval("document.all."+strObj))!= "undefined")
{
alert(strObj +" is an object");
}
else
{
alert(strObj +" is not an object");
}
}
//-->
</script>
</body>
ios10.21虚拟定位