最近没写什么---更新下,在家没键盘就偷懒了

Posted tqin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了最近没写什么---更新下,在家没键盘就偷懒了相关的知识,希望对你有一定的参考价值。

技术图片

 

 代码:

主要用jQuery修改,还没实现写入,只是显示出来

 

 

<script>
    var carmassage=[]
    $.ajax({
        url: "/businfo",
        type:"GET",
        success: function(response){
            carmassage = response;
            console.log(carmassage)
            //查看到获取信息成功
            //把空闲的司机显示出来,可以安排

            for(var i=0;i<carmassage.length;i++) {
                var option = document.createElement("option");
                document.getElementById("cardriverselect").appendChild(option);
                option.value = i + 1; //每个option的位置
                option.text = carmassage[i].busdriver;//每个Option的值
            }
            return;
        }
    });
</script>

以上是关于最近没写什么---更新下,在家没键盘就偷懒了的主要内容,如果未能解决你的问题,请参考以下文章

好久没写的博客_数组的长度等小问题

关于mysql下hibernate实体类字段与数据库关键字冲突的问题

最近状况

mac下解决中文乱码的问题

华硕笔记本电脑蓝屏问题

好久没写博客了