為什么我提交就是錯誤,結(jié)果沒問題
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>函數(shù)調(diào)用</title>
<script type="text/javascript">
function tcon()
? {
?alert("恭喜你學(xué)會函數(shù)調(diào)用了!");
? }
</script>
</head>
<body>
<form>
<input type="button"? value="點點我" onclick="tcon()">?
</form>
</body>
</html>
2015-12-07
親,你的代碼是正確的哦!
2015-04-14
····一樣的代碼··為什么我試了都可以?·····你重置試試