腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(15)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
减去注释中的变量
我需要的是:.Header {}@function
str-replace
($string, $searchstr-index($string, $search); @return str-slice($string, 1, $index - 1) + $replace +
str-replace
#{
str-replace
($name, ' ', '
浏览 4
修改于2016-03-03
得票数 2
回答已采纳
1
回答
在SCSS @mixin中附加奇怪的字符
我的代码如下所示: @return inspect($string); @return str-slice($string, 1, $index - 1) + $replace +
str-replace
{ @if (str-index($string, &q
浏览 0
修改于2018-05-16
得票数 3
回答已采纳
2
回答
在xslt中做替换的最好(更快)方法是什么?
1/带有模板 <xsl:param name="text" /> <xsl:value-of select="$by" /> <xsl:call-template n
浏览 2
提问于2011-06-17
得票数 1
回答已采纳
1
回答
如何对多个项目进行Str_replace
我能用一个
str-replace
吗?
浏览 2
提问于2017-09-02
得票数 1
回答已采纳
2
回答
Sass列表分隔符和编写一个干净的@mixin
global; $index$string, $search); @return str-slice($string, 1, $index - 1) + $replace + );} @m
浏览 0
提问于2019-04-19
得票数 0
回答已采纳
2
回答
如何在数据中使用sass字符串替换:图像字符串?
@function
str-replace
($string, $search, $replace: '') { @if$index { @return str-slice($string, 1, $index - 1) + $replace +
str-replace
(str-slice($string, $index<svg xmlns="http://www.w3.org/2000/svg&
浏览 9
修改于2020-05-05
得票数 2
回答已采纳
1
回答
以字符串形式获取变量名
@function
str-replace
($string, $search, $replace: '') { @if$index { @return str-slice($string, 1, $index - 1) + $replace +
str-replace
(str-slice($string, $index
浏览 0
提问于2018-09-21
得票数 1
1
回答
如何导入scss变量取决于包含的混频。
Replace @return str-slice($string, 1, $index - 1) + $replace +
str-replace
, svg: "#" +
str-replace</em
浏览 0
提问于2019-08-07
得票数 1
3
回答
正则表达式匹配scss函数/混合
; $prev-key: $key; }和一个小函数: @if $index { @return str-slice($string, 1, $index - 1) + $replace +
str-replace
浏览 2
提问于2017-05-31
得票数 0
1
回答
使用通配符删除文本子字符串r
tuna kit bumble bee each[4] some item 1.0oz 对于这种情况,我通常使用gsub()或
str-replace
浏览 26
提问于2019-11-14
得票数 0
回答已采纳
1
回答
SASS Mixin重写&(符号)
.test { content: 'test';}@mixin alt_parent() { #{
str-replace
浏览 2
提问于2017-05-10
得票数 5
回答已采纳
1
回答
如何改变旋转木马中图标的颜色?
default; $carousel-control-next-icon-bg:
str-replace
(url("data:image/svg+xml;charset=utf8,%3Csvg
浏览 1
修改于2019-01-28
得票数 1
回答已采纳
1
回答
在CSS :之前的伪元素中使用SVG图像内联
" fill="yellow"></path>我不想把它作为一个图像包含进来,而是想用SASS将它内联到一个::before伪元素中: content:
str-replace
浏览 14
提问于2018-02-27
得票数 1
回答已采纳
1
回答
为什么clojure库不尝试对常用函数名使用唯一名称
为什么不使用zip-next、zip-replace和zip-remove、
str-replace
呢?
浏览 3
修改于2012-06-15
得票数 8
2
回答
sass函数不起作用
@if(str-index($string, $i)) { $string:
str-replace
($string,
浏览 4
提问于2017-04-20
得票数 0
回答已采纳
领券