Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Visual Studio 中,我使用 Gulp 编译 Sass,使用 gulp-sass 4.0.2。当我用于map.get()获取映射值时,我在 Task Runner Explorer 中收到错误,但是当我使用 时map-get(),它工作正常。所以显然它承认后一种语法,但不是前者。
map.get()
map-get()
是否有关于这两种不同语法的任何文档,关于哪些与哪些兼容的详细信息等?
在本文档map-get()中,顶部提到了语法,没有任何解释或细节。在本文档中根本没有提及map-get()语法。