0

您是否知道任何不格式化此代码的在线 JavaScript Beautifier

$("[id='abc']").css({top: '53px'});

像这样

$("[id='abc']")
    .css({
        top: '53px'
    });

但把所有东西都放在一条线上?

4

1 回答 1

2

https://beautifier.io/带有“保留内联大括号/代码块?” 打勾的作品。

于 2020-05-24T12:55:02.280 回答