āđāļāđāļāđāļĢāļāļāļāļĢี helloworld āļāļĢāļ°āļāļāļāļ้āļ§āļĒ
helloworld
- app.yaml
- favicon.ico
- index.yaml
- main.py
āđāļŦ้āđāļĢāļēāđāļิāļāđāļāļĨ์ main.py āļึ้āļāļĄāļēāļāļ°āđāļ้ code āļัāļāļĢูāļāļ้āļēāļāļĨ่āļēāļ
import webapp2
class MainPage(webapp2.RequestHandler):
def get(self):
self.response.headers['Content-Type'] = 'text/plain'
self.response.write('Hello, World!')
app = webapp2.WSGIApplication([
('/', MainPage),
], debug=True)
āđāļāļĨ์ app.yaml āđāļ็āļāđāļāļĨ์āļี่āđāļ้āļāļģāļŦāļāļāļ่āļēāļ่āļēāļāđāđāļ app
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /.*
script: helloworld.app
āļ§ิāļีāļāļāļŠāļāļ āļāļģāļāļēāļĢāđāļิāļ Google App Engine Launcher āđāļĨืāļāļāđāļāļĢāđāļ็āļāļี่āļ้āļāļāļāļēāļĢāļāļĨิāļ Run āļāļēāļāļั้āļāđāļิāļ browser āđāļ้ url āđāļ็āļ localhost:8080
Emoticon Emoticon