A.@app.route("/",methods=["GET"])B.@app.route("/",method=["GET"])C.@app.route(’/’,methods="GET")D.@app.route("/","GET")
A.条件语句B.循环语句C.禁止模板渲染指定的HTML片段D.条件渲染
A.{end }B.{%endfor %}C.{endif }D.{%endif %}