想问下在js中写$('#vv').validatebox({required:true});未生效
js中不能使用jq写法$('#vv')是jq写法需要引入jquery
let vv=document.getElementById("vv");