摘要: 目录 一、表单标签库 1.1、简介 1.2、常用属性 1.3、form标签与input标签 1.4、checkbox标签 1.5、radiobutton标签 1.6、password标签 1.7、select标签 1.8、option标签 1.9、options标签 1.10、textarea、er 阅读全文
posted @ 2017-05-19 22:00 眼泪,还是流了 阅读(278) 评论(0) 推荐(0)
摘要: 1.LinearLayout(线性布局) android:orientation="vertical" //布局 android:layout_width="wrap_content" //控件宽度 android:layout_height="fill_parent" //控件高度 android 阅读全文
posted @ 2017-05-19 20:05 眼泪,还是流了 阅读(170) 评论(0) 推荐(0)