单项选择题

以下指定url方法中正确的是()

A.@app.route("/",methods=["GET"])
B.@app.route("/",method=["GET"])
C.@app.route(’/’,methods="GET")
D.@app.route("/","GET")

微信扫码免费搜题