React中input框只读状态 <input type="text" rereadOnly={true} defaultValue={“helloworld”} /> DOM事件:rereadOnly={true} 实现需求:"hello world"只可以被复制,不可以被修改