#
Junjie
2026-01-14 3f0e64c6297ee56668c08beb718e6af8de91fb80
src/main/webapp/static/js/common.js
@@ -93,6 +93,13 @@
}
function clearFormVal(el) {
    $(':input', el)
        .val('')
        .removeAttr('checked')
        .removeAttr('selected');
}
// http请求