var regex = /(.).*\1.*\1/;
console.log(regex.test("q6dqaqb"))
console.log(regex.test("qyakc6m"))
console.log(regex.test("jjfffua"))
console.log(regex.test("--rr4-c"))
console.log(regex.test("-qsev-m"))
适用于
@requestMapping("/first")
和
$('#header').load('resources/html/header.html');
,您需要添加@requestMapping("/first/second")
,如下所示
../
经过数小时的搜索,我只是自己弄清楚了,但是 我还是不知道为什么我在url路径和资源文件夹位置之间没有任何关联。非常感谢您的提前答复。