mess_front.js 170 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 /** * Created by Dell on 2018/9/4. */ /** * 留言数据验证 */ function inputCheck(){ } /** * 留言信息提交 */ function jumpSubmit(){ alert(235); }