`
Everyday都不同
  • 浏览: 714528 次
  • 性别: Icon_minigender_1
  • 来自: 宇宙
社区版块
存档分类
最新评论
收藏列表
标题 标签 来源
动态生成“文件上传”和“少量添加”
 <tr>
          <td width="20%" nowrap="nowrap" class="td_title">手机号码:</td>
          <td width="80%" id="phone" align="left"> 
          	<input id="aa" value="批量上传" onclick="aacc();" type="button">
          	<input id="bb"  value="少量添加" onclick="bbcc();" type="button">
          	 <s:fielderror  id="fileError" theme="simple" cssStyle="color:red"></s:fielderror>
          </td>
        </tr>

function aacc(){
			var phone = $("#phone");
			phone.children().remove();
			phone.append("<input type='file' name='file' />");	
		}
		function bbcc(){
			var phone = $("#phone");
			phone.children().remove();
			phone.append("<textarea name='blackVO.userNumber' cols='50' rows='10' size='50' >
Global site tag (gtag.js) - Google Analytics