gpt4 book ai didi

javascript - 编码时间太长,现在我无法使用最简单的脚本

转载 作者:行者123 更新时间:2023-11-30 06:56:42 25 4
gpt4 key购买 nike

请有人指出为什么这个脚本不起作用。它开始是一个 AJAX 脚本,我逐行删除,直到我得到一个包含警报的函数,它仍然不能在 IE 中运行。所以请有人把我从痛苦中解救出来。

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Expires" content="Fri, Jan 01 1900 00:00:00 GMT">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Lang" content="en">
<meta name="author" content="">
<meta http-equiv="Reply-to" content="@.com">
<meta name="generator" content="PhpED 5.6">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="creation-date" content="11/11/2008">
<meta name="revisit-after" content="15 days">
<title>Untitled</title>
<link rel="stylesheet" type="text/css" href="my.css">

<script type="application/javascript">



function showUser()
{
alert('blah');
}


</script>


</head>
<body>
<input type="button" onclick="showUser()" />
</body>

最佳答案

尝试使用

<script type="text/javascript">

另外,</html>丢失了。

关于javascript - 编码时间太长,现在我无法使用最简单的脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2142442/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com