报错:IndentationError: expected an indented block
说明此处需要缩进,你只要在出现错误的那一行,按空格或Tab(但不能混用)键缩进就行。
解决方法参照的地址:::http://blog.csdn.net/neilhappy/article/details/7724959
本文共 211 字,大约阅读时间需要 1 分钟。
报错:IndentationError: expected an indented block
说明此处需要缩进,你只要在出现错误的那一行,按空格或Tab(但不能混用)键缩进就行。
解决方法参照的地址:::http://blog.csdn.net/neilhappy/article/details/7724959
转载于:https://www.cnblogs.com/yangcl0212/p/6956369.html