
http
Zaajuan1150
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
jqery 监听CheckBox 选中、取消 禁用、启用复选框
<body><form><input type='checkbox' ><input type='checkbox' ><input type='checkbox' ><input type='checkbox' ><input type='checkbox' > </form&g...原创 2019-12-20 14:36:12 · 1055 阅读 · 0 评论 -
Android 高版本使用HTTP
当compileSdkVersion 22 的HTTP代码在compileSdkVersion 23以上时,需在build.gradle添加:useLibrary 'org.apache.http.legacy'apply plugin: 'com.android.application'android {//添加这个,使用android 23废弃HTTPuseLi...原创 2018-08-10 15:42:48 · 669 阅读 · 0 评论