Skip to content

Commit 0068793

Browse files
MaxcjYc Chen
authored and
Yc Chen
committed
删除redis帮助文档中多余的字符 (hhyo#2343)
删除多余的字符
1 parent 9395ada commit 0068793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/templates/sqlquery.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h4 class="modal-title text-danger">收藏语句</h4>
205205
</div>
206206

207207
<div id="setHelp" class="alert alert-info" style="display: none">
208-
` <i> 1、smembers key 列出集合key中的所有成员</i></br>
208+
<i> 1、smembers key 列出集合key中的所有成员</i></br>
209209
<i> 2、scard key 返回集合key中元素的个数</i></br>
210210
<i> 3、sdiff key[key...] 获取集合的差集,若key为1个则返回集合的全部成员</i></br>
211211
<i> 4、sunion key[key...] 返回集合的并集,不存在的key会被当做空集处理</i></br>
@@ -824,7 +824,7 @@ <h4 class="modal-title text-danger">收藏语句</h4>
824824
if (xhr.status === 200) {
825825
var blob = xhr.response;
826826
var downloadLink = document.createElement('a');
827-
downloadLink.href = window.URL.createObjectURL(blob);
827+
downloadLink.href = window.URL.createObjectURL(blob);
828828
downloadLink.click();
829829
}
830830
};

0 commit comments

Comments
 (0)