摘要: 1. 判断表单元素是否存在(一) if("periodPerMonth" in document.theForm){ return true; }else{ return false; } 2. 判断页面元素是否存在 (可以用来判断input等里面的值是否存在) if(document.getEle 阅读全文
posted @ 2019-08-02 15:33 欧阳少璟 阅读(17605) 评论(0) 推荐(0)