问题描述
比如我想在input中自定义一个叫format的参数然后比如我写成这样<input id='input_picture' name='input_picture' type='file' format=test style="float:left;width:70px;height:20px;" ></input>然后test方法如下:function test(id,name,tagname){alert(id);}我想问的是function test的id,name,tagname这些个参数是怎么得到的呢 问题补充:axiheyhey 写道
解决方案
首先,你上面做的都只是在定义,并没有调用。传入参数是在调用函数的时候干的事。其次,<input id='input_picture' name='input_picture' type='file' format=test style="float:left;width:70px;height:20px;" ></input> 不知道能做什么,你的意思是format是一个事件处理函数么?猜不透啊猜不透。。
时间: 2024-09-14 05:11:20