test

作者: genokiller | 来源:发表于2016-09-06 17:48 被阅读0次

    test

    ddddd

    test

    function showMoveAnimation(fromx, fromy, tox, toy){
        var numberCell = $('#number-cell-' +fromx+ '-' +fromy);
        numberCell.animate({
            top:getPosTop(tox,toy),
            left:getPosLeft(tox,toy)
        },200);
    }
    

    aaaa
    aaaaa

    • uuuuuuuuuuuuuuuuuuuuuu
    • uuuuuuuuuuuuuuuuuuu
    function showMoveAnimation(fromx, fromy, tox, toy){
    var numberCell = $('#number-cell-' +fromx+ '-' +fromy);
    numberCell.animate({
        top:getPosTop(tox,toy),
        left:getPosLeft(tox,toy)
    },200);
    }

    相关文章

      网友评论

          本文标题:test

          本文链接:https://www.haomeiwen.com/subject/axgdettx.html