07 2021 档案

摘要:原生html是不支持required和readonly同時使用的,可以用jQuery解決 <input type="text" class="readonly" autocomplete="off" required /> <script> $(".readonly").on('keydown pa 阅读全文
posted @ 2021-07-02 14:25 ruoxu 阅读(200) 评论(0) 推荐(0)