和我的ejs文件 <% if(error!=null) showAlert(error.message); %> showAlert = function(err) { alert('error: ' + err); } %> 可以看出,我正在调用警报,但出现了“未 ...
確定! 回上一頁