<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<script>
function calc(){
console.log("d");
}
</script>
</head>
<body>
<input type="checkbox" id="field1" name="field1" value="0"><lable for="field1">field1</label>
<input type="checkbox" id="field2" name="field2" value="1"><lable for="field2">field2</label>
<button onclick="calc()">submit</button>
</body>
</html>
竟然忘了原生事件怎么注册的了。。。
3500




被折叠的 条评论
为什么被折叠?



