#!/usr/bin/python #-*- UTF-8 -*- from com.android.monkeyrunner import MonkeyRunner MonkeyRunner.alert('Hello mook friends','This is title','OK') 脚本是照着老师写的,为啥出现还出现SyntaxError: mismatched input 'demo' expecting NEWLINE? 请教老师,谢谢。
代码里没加换行?
我也遇到了这个问题