Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
google app engineself.response.write和in有什么区别?self.response.out.write
self.response.write
self.response.out.write
谢谢
没有区别。出于兼容性原因, webapp 使用self.response.out.write和 webapp2self.response.write保留。 这里是类的实现:http ://code.google.com/p/webapp-improved/source/browse/webapp2.py#365outResponse
out
Response