//文本框:textInput(); //密码框:passwordInput(); //单选框:radio(),radioList(); //复选框:checkbox(),checkboxList(); //下拉框:dropDownList(); //隐藏域:hiddenInput(); //文本域... ...
分类:
其他好文 时间:
2017-11-02 11:12:18
阅读次数:
109
34w/m 54words No one can avoid being influenced by advertisements. Much as we may pride ourselves on our good taste, we are no longer free to choose t ...
分类:
其他好文 时间:
2017-10-30 11:48:28
阅读次数:
165
1、form表单 小程序中的form表单与h5相似,能够将表单内的<switch/> <input/> <checkbox/> <slider/> <radio/> <picker/>标签的值做为value提交,表单内容用name设置要提交的key,设置表单提交与充值事件,在js中完成表单提交事件, ...
分类:
微信 时间:
2017-10-27 18:33:53
阅读次数:
357
Radar Radar is an object-detection system that uses radio waves to determine the range, angle, or velocity of objects. Lidar Lidar (also called LIDAR, ...
分类:
其他好文 时间:
2017-10-27 11:43:32
阅读次数:
196
写了个小程序已上传图片位置调换的方法,留作备份 具体效果如图所示 <view class="addredBox_img" bindtap="goodsIntroImg"> <view class="addredBox_l"> <view class="nameBox">商品详情图</view> <v ...
分类:
编程语言 时间:
2017-10-26 22:59:32
阅读次数:
1068
值 描述 text 默认。定义单行输入字段,用户可在其中输入文本。默认是 20 个字符 button 定义可点击的按钮(大多与 JavaScript 使用来启动脚本) checkbox 定义复选框 radio 定义单选按钮 submit 定义提交按钮。提交按钮向服务器发送数据 password 定义 ...
分类:
其他好文 时间:
2017-10-26 19:02:04
阅读次数:
210
1、<script></script>的三种用法: a放在<body>中 b放在<head>中 c放在JS文件中 三种输出数据的方式: ...
分类:
编程语言 时间:
2017-10-26 16:58:34
阅读次数:
345
上一节完成了视图编写,这一节为应用添加投票功能,也就是表单提交。 5.1编写一个简单的表单 5.2使用通用视图 5.3改良视图 5.1编写一个简单的表单 在网页设计中添加Form元素 解释: --input那一行,type=’radio’,指的是,该输入是可选择的一个类型,我们选什么,值就等于相应的 ...
分类:
其他好文 时间:
2017-10-26 15:17:51
阅读次数:
253
radio = dr.find_element_by_xpath('//*[@id="contentTable"]/tbody/tr[1]/td[1]/input') webdriver.execute_script("arguments[0].click();", radio) ...
分类:
其他好文 时间:
2017-10-26 10:21:23
阅读次数:
191
1.<script></script>的三种用法: a.放在<body>中 b.放在<head>中 c.放在外部JS文件中 2.三种输出数据的方式: a.使用 document.write() 方法将内容写到 HTML 文档中。 b.使用 window.alert() 弹出警告框。 c.使用 inn ...
分类:
编程语言 时间:
2017-10-25 23:25:38
阅读次数:
204