username@email.com
2024-12-18 21a248a0cf76b6f05fcaac6f90975ef15ab607a1
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>