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