我尝试使用 python 通过 URL 传递多个参数,我这样写:
self.response.out.write("""<html><br><body><center> <li ><a href="download.py?blob_key=%s & width=%s & height=%s" >%s</a></center></body></html>
""" % (str(blob_key),str(w),str(h), str(name)))
但我无法通过这种方法,我不确切知道错误。谢谢