作者 anyv
1 个管道 的构建 通过 耗费 0 秒

投票

... ... @@ -53,10 +53,12 @@
<script type="text/javascript" src="__TMPL__/public/assets/js/jquery.js"></script>
<script>
function dan(){
alert('单选');
id = $("input[name='danxuan']").val();
console.log(id);
}
function shuang(){
alert('双');
ids = $("input[name='duoxuan']").val();
console.log(ids);
}
</script>
... ...