910e62b5创建于 1月15日历史提交
<html>
<head>
<script>


function handleClick() {
}
</script>
</head>
<body>
<input id='btn' type='button' onclick='handleClick()' value='Test'/>
</body>
</html>