<html>
<head>
<script>
function test(){
return function(){
alert("hi");
}
}
test();
</script>
</head>
<body>
</body>
</html>
Run Code Online (Sandbox Code Playgroud)
这是我的代码,我可以问为什么它不能正常工作?
| 归档时间: |
|
| 查看次数: |
2549 次 |
| 最近记录: |