且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

是否有CSS源图之类的东西?

更新时间:2023-11-28 23:38:52

添加sourceURL到内联样式标签中.

Add a sourceURL to the inline style tag as you add it.

/*@ sourceURL=mystyles.css */

这将为该内联样式标签提供一个临时名称,该名称将在DevTools内部用于导航.

This will give that inline style tag a temporary name that will be used inside of the DevTools for navigation.