如果它被iphone/ipod触摸所取代,我需要以不同的方式呈现页面.我想信息是在请求对象中,但是语法是什么?
这是我正在寻找的语法,适用于iphone和ipod touch:
uastring = self.request.headers.get('user_agent') if "Mobile" in uastring and "Safari" in uastring: # do iphone / ipod stuff