Fork me on GitHub

2015年4月6日

typeof和instanceof运算符

摘要: (1)typeof运算符用于判断某一个变量的数据类型,它可以作为函数来用,如typeof(a)可以返回变量a的数据类型;也可以作为一个运算符来使用,例如typeof a 也可以返回变量a的数据类型,不同类型参数使用typeof返回的类型如下: undefind值:undefined null值:... 阅读全文

posted @ 2015-04-06 11:41 骑着乌龟漫步 阅读(158) 评论(0) 推荐(0) 编辑

ImageView及其子类

摘要: ImageView及其子类(1)ImageView继承自View组件,任何Drawable对象都可以用ImageView来显示,ImageView派生出来了ImageButton、ZoomButton等组件。(2)ImageView支持的xml属性 android:adjustViewBounds... 阅读全文

posted @ 2015-04-06 11:10 骑着乌龟漫步 阅读(304) 评论(0) 推荐(0) 编辑

导航