<!DOCTYPE html>
<html>
<body>
<menu>
<command onclick="alert('Hello World')" disabled="disabled">
点击这里
</command>
</menu>
</body>
</html>