1
est 2015-05-18 23:59:11 +08:00
|
2
redhatping OP 提问没什么丢人的, 可以百度的,当然迅速百度的, 还去微博@, 这不就是互联网,不如说我 爬书学习速度不错。。
读书笔记这里:[python笔记](http://www.jianshu.com/notebooks/925220/latest) |
4
zhicheng 2015-05-19 00:19:31 +08:00
1,完全不知道你在说什么。你确定你说的 GET 和 POST 冲突?这俩东西怎么个冲突法啊,我想知道。
2,为什么类实例不能迭代,这是 1 + 1 = 2 的问题。 |
5
lidashuang 2015-05-19 00:23:56 +08:00
这种代码不格式化一下就是懒
|
6
redhatping OP @awanabe 我已经尝试了 ```python ```, 似乎这种markdown失效了, 我会检查一下下次
|
7
redhatping OP |
8
redhatping OP def post(self):
return.index(参数) 在index,html中, 因为要读取参数中传递过来的值,$def with (name), 因为name 不知道 是对应get,post 参数的, 如果读取get的参数, 而index.html代码,对于参数进行迭代,就发现这个参数与哦问题。 谢谢了 |