Commit 0068793 1 parent 9395ada commit 0068793 Copy full SHA for 0068793
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ <h4 class="modal-title text-danger">收藏语句</h4>
205
205
</ div >
206
206
207
207
< 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 >
209
209
< i > 2、scard key 返回集合key中元素的个数</ i > </ br >
210
210
< i > 3、sdiff key[key...] 获取集合的差集,若key为1个则返回集合的全部成员</ i > </ br >
211
211
< i > 4、sunion key[key...] 返回集合的并集,不存在的key会被当做空集处理</ i > </ br >
@@ -824,7 +824,7 @@ <h4 class="modal-title text-danger">收藏语句</h4>
824
824
if ( xhr . status === 200 ) {
825
825
var blob = xhr . response ;
826
826
var downloadLink = document . createElement ( 'a' ) ;
827
- downloadLink . href = window . URL . createObjectURL ( blob ) ;
827
+ downloadLink . href = window . URL . createObjectURL ( blob ) ;
828
828
downloadLink . click ( ) ;
829
829
}
830
830
} ;
You can’t perform that action at this time.
0 commit comments