移动端input框如何禁止键盘唤起

2024年12月25日 建站教程

//readonly
<input type="text" readonly /> 

//focus
<input type="text" @focus='blur'/> 

//disabled
<input type="text" :disabled="条件? true : false"/>	

本文链接:http://so.lmcjl.com/news/20117/

展开阅读全文
相关内容