📅  最后修改于: 2022-03-11 15:02:27.895000             🧑  作者: Mango
// given the form
// make the form visible by the following javascript
var formy = document.getElementById("getUserForm");
formy.style.visibility = "visible";