zoukankan      html  css  js  c++  java
  • input取值

    ----------------------------1------------------------------

    <span class="lv-a-right" id="wrap">
    <div class="mui-input-row mui-radio mui-left" style="float: left;">
    <label><img src="${rootUrl }img/weixin.png" style=" 23px; height: 23px; float: left; margin-right: 10px; margin-top: 5px;" /><span>微信</span></label>
    <input id="type" name="type" type="radio" checked value="${productPayWay[1]}"/>
    </div>
    <div class="mui-input-row mui-radio mui-left" style="float: left;">
    <label><img src="${rootUrl }img/ck_icon.png" style=" 30px; height: 30px; float: left; margin-right: 10px;" /><span>餐卡</span></label>
    <input id="type" name="type" type="radio" value="${productPayWay[3]}"/>
    </div>
    </span>

    ---------------------2----------------------------

    var nameList = document.getElementsByName(rel);

  • 相关阅读:
    Linux安装步骤
    Python邮件发送
    拉链表
    Hive
    Shell笔记
    Hadoop入门
    Thinkphp手把手练习
    Shell学习日记
    Linux安装mysql数据库
    Oracle集合操作
  • 原文地址:https://www.cnblogs.com/kongxc/p/6894711.html
Copyright © 2011-2022 走看看