摘要: function getdate(){//获取ID为cargetdate下面的input为text的ID和value,如果是页面所有的input则将document.getElementById("cargetdate")换为document即可var list=document.getElementById("cargetdate").getElementsByTagName("input");... 阅读全文
posted @ 2010-01-12 15:10 自由精灵 阅读(36310) 评论(2) 推荐(1)