05 2021 档案

摘要:<div id="salesSeal" class="self_bg"> <div class="contract_query"> <!-- <span>用印申请状态:</span> --> <span style="padding: 15px 15px 5px 15px;display: inli 阅读全文
posted @ 2021-05-14 15:03 前端出发者 阅读(45) 评论(0) 推荐(0)
摘要:> const reg =/^[1-9][0-9]{0,1}&/g reg.test(a)*> 正整数且不能输入英文字母特殊字符以及首位不能为0的正则 1.// 处理文字过长的问题 const ellipsisText = (val, num) => { if (!val) return '' co 阅读全文
posted @ 2021-05-13 16:32 前端出发者 阅读(43) 评论(0) 推荐(0)
摘要:window终止vscode终端用 control + c ,mac也是control + c 先创建自己的本地分支操作: git checkout -b dev-fhm 创建自己的本地分支 git branch 查看分支 git pull origin dev 把代码从dev pull下来 这时候 阅读全文
posted @ 2021-05-13 15:58 前端出发者 阅读(39) 评论(0) 推荐(0)