--- order: 10 title: zh-CN: 密码框 en-US: Password box --- ## zh-CN 密码框。 ## en-US Input type of password. ```jsx import { Input, Space } from 'antd'; import { EyeInvisibleOutlined, EyeTwoTone } from '@ant-design/icons'; ReactDOM.render( (visible ? : )} /> , mountNode, ); ```