<!DOCTYPE html>
<html>
<body>
<h1>button disabled 属性</h1>
<button type="button" disabled>点击我!</button>
</body>
</html>