01 2020 档案

摘要:1.js方法封装 MC.upperCase=function chang(domId){ $(domId).on("input propertychange",function(){ var a=$(this).val(); a=a.toUpperCase(); $(domId).val(a) }) 阅读全文
posted @ 2020-01-14 17:38 无畏迎风 阅读(1674) 评论(0) 推荐(0)
摘要:1.File-->settings..或者按快捷键Ctrl+Alt+S,如图: 2.在editor下有个 File Types或者搜索File Types,如图 3.在lgnore files and folesrs中输入*.iml;.idea;注意要";"结尾,(注*.xxx;格式为文件,.xxx 阅读全文
posted @ 2020-01-07 15:23 无畏迎风 阅读(437) 评论(0) 推荐(0)