单项选择题

Flask 程序中定义了如下route()装饰器和函数index()。

程序运行时,在浏览器地址栏中应输入的网址是()。

A.http://127.0.0.1:8000/index
B.http://127.0.0.1:5000/
C.http://127.0.0.1
D.http://127.0.0.1:5000/index