您好,登录后才能下订单哦!
密码登录
登录注册
点击 登录注册 即表示同意《亿速云用户服务条款》
问题一:
Get和Post提交方式, 各种方法试尽了,始终不成功,结果是URL问题,http://xxxx/xxxxx实在没有办法只好直接上html:
<html> <head>test</head> <body> <form action="http://xxxx/xxxxx" method="post"> <input type=text name='username' /> <input type="submit" value='submit'/> </form> </body> </html>
终于露出了能看到的原因:
You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to xxxx/xxxx/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
就是最后"/"的原因。
总结:在模拟器中不找到原因时要尝试换一种简单明了的方式来模拟重现问题场景。
问题二:
Eclipse 提示:replace "..." with ellipsis character (…, &&;#8230;) ?
提示的意思是:用省略号的字符形式(…, &&;#8230;)?替换省略号"..."(这个省略号是由英文状态下输入的三个圆点)
解决方法:
跳到中文输入法下,按shift+^打出省略号
直接将省略号替换为【…】
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。