JS。某||

    技术2022-05-20  33

    var test = 12; var test1 = 123; var b = test || test1; alert(b);

     

    我居然被此困住。谨记。


    最新回复(0)