username@email.com
2021-09-02 9da546cd8de37882147f19f6f090544476bfe5ae
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>错误提醒</title>
</head>
<body>
    <div  style="width:600px; margin:30px auto">
            <span style="color:Red; font-size:14px; line-height:30px;">不好意思,您的输入内容包含系统认定的非法字段,不能提交!!</span>
    </div>
</body>
</html>