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