<html>

<head>

<script type="text/javascript">

function WaitFor() {

 
    var x = screen.width / 2 - 120;
    var y = screen.height / 2 - 100;
    var waitfor = document.getElementById("waitfor");
    var innerText = '<div  ;
}
</script>
</head>

<body>

<input type="button" onclick="WaitFor();" value="ok">

<div ></div>

</body>
</html>

相关文章:

  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
  • 2021-05-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案