我将我的highscoreserver代码部署到Google App Engine。现在我需要一个URL来向服务器发送请求。但我在仪表板中找不到URL ...
我需要的是:
http://myhighscoreserver.appspot.com/THIS-PART-I-NEED?name="test"&points="0"
我应该在上面的网址中插入什么内容?
编辑:THIS-PART-I-NEED = servlet的类名
答案 0 :(得分:0)
http://myhighscoreserver.appspot.com/THIS-PART-I-NEED?name=“test”& points =“0”这很简单:THIS-PART-I-NEED = servlet的类名