查了半天,还是不会。。
1
bearqq 2017-07-03 17:23:31 +08:00 via Android
搜 django html 表格,忘掉 prettytable
|
2
ToughGuy 2017-07-03 19:32:19 +08:00
content = PrettyTable.whatever()
return HttpResponse('<pre>{}</pre>'.format(content)) 不过需求很奇葩哈, 既然是 html 为啥不直接用 table |
3
1002149271 OP @ToughGuy PrettyTable.whatever() 这个是什么意思
|
4
1002149271 OP @ToughGuy 我怎么通过 django 在网页调用我这个 python 脚本的输出,我看好像只有通过 view 写响应函数,难道把所有程序移到 view 里面?
|
5
1002149271 OP @ToughGuy PrettyTable.whatever() 这个是怎么用的,前面那个 PrettyTable 是定义的变量吗?为什么我用了这个网页显示 whtever 这个值是错的
Exception Type: AttributeError Exception Value: whatever |