码迷,mamicode.com
首页 > Web开发 > 详细

用js给html控件赋值

时间:2016-10-24 20:17:00      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:win   setvalue   script   blog   str   window   rip   log   需要   

 

  用js给html控件赋值

<script>
        window.onload=function  setValue()//在页面加载时赋值
        {
                   document.getElementById("你要赋值的控件ID").value=你需要赋的值;
            //$("#aa").html(‘给html赋值‘);
            //document.getElementById(‘aa‘).innerText=‘给html赋值‘;
            //document.getElementById(‘aa‘).innerHTML=‘给html赋值‘; }
</script>

 

用js给html控件赋值

标签:win   setvalue   script   blog   str   window   rip   log   需要   

原文地址:http://www.cnblogs.com/guoziyi/p/5994145.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!