GraduationDesignThesisOpeni.../黑马毕业设计论文开题报告和代码/项目原型/goods/WebRoot/js/common.js

3 lines
102 B
JavaScript
Raw Permalink Normal View History

2023-09-24 07:47:31 +00:00
function _change() {
$("#vCode").attr("src", "/goods/VerifyCodeServlet?" + new Date().getTime());
}