username@email.com
2024-10-14 62c822606b169bb1fa10b9289ae7787494e39ac7
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>