less中使用css hack2017-04-18 本文已影响0人 黄露hl 在less中直接使用csshack如: margin-top: -2px\9; 会出现编译错误。解决办法是: @iehack:\9; margin-top: -2px@iehack;