|
网址:http://web.4399.com/user/reg.php
.版本 2
.支持库 spec
.支持库 iconv
提交地址 = “http://web.4399.com/user/reg_action.php”
提交数据 = “c=1&cid=3000&login_name=” + 帐号 + “&login_password=” + 密码 + “&relogin_pwd=” + 密码 + “&email=” + 邮箱 + “&chk_code=” + 验证码 + “&ture_name=” + 姓名 + “&sfz=” + 身份证 + “&agree=on”
返回信息 = 到文本 (网页_访问 (提交地址, 1, , , 到字节集 (提交数据), , ))
调试输出 (到文本 (编码转换 (到字节集 (返回信息), #编码_UTF_8, #编码_GB18030, )))
调试输出结果
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>提示信息</title>
<meta http-equiv="refresh" content="0;URL=/user/reg.php"/>
</head>
<body>
<script>alert("会员系统正在调整,暂停新用户注册。稍候恢复注册。");</script>
</body>
</html>”
被调试易程序运行完毕
说明:正常注册是可以的,为什么用POST就不行??
|
|