• 2021-04-14
    当在Activity中使用时,可以直接使用this.getSharedPreferences(),并且this可以省略。反之,则需要传入一个Context对象获取上下文,即context. getSharedPreferences()。( )
  • 内容

    • 0

      ()是页面上下文对象。 A: Server B: Session C: Context D: Trace

    • 1

      使用Glide图片加载库时,使用方法Glide.with(Context context).load(String url).into(ImageView imageView)可以访问网络图片。( )

    • 2

      名词解释:寄存器上下文( register context)

    • 3

      Which of the following is NOT one of the types of context A: Linguistic context. B: B. Non-linguistic context. C: Extra-linguistic context. D: Intra-linguistic context.

    • 4

      Activity不是Context的子类。( )