记录 js拼接url 比如有些时候我们需要为某按钮实现跳转,可以利用下面的方式做到: function ReturnIndex() { var rex = RegExp("tools") var url = window.location.origin var new_url = "http://127.0.0.1:"+window.location.port if (url.match(rex)) { curr_url = window.location.orig…
上面是与生命周期有关的内容,下面是属性赋值相关的: @Configuration public class ProperTyValueConfig { @Bean public Person person() { return new Person(); } } 测试: public class test { private void printBeans(AnnotationConfigApplicationContext applicationContext) { String[] bean…