摘要:
测试类编写规范 第一类: 编写测试类 1. 测试类 的包名 要和 要测试的项目包名 一样 。 不然 会报 java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @Cont 阅读全文
摘要:
语法解释:1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项 时触发2. var checkText=$("#select_id").find("option:selected").text(); //获取Select选择的Text3. var checkValue=$("#select_id").val(); //获取Select选择的Value4. var checkIndex=$("#select_id &q 阅读全文