在JAVA中,logcat的class是在android.util.log裡,因此若要使用,需要在header加上import android.util.Log。程式的使用如下: Log.v(): VERBOSE
確定! 回上一頁