更新首页说明

pull/56/head
陈精华 2 years ago
parent 859feff328
commit 12f40b831f

@ -43,7 +43,7 @@ window.open('http://127.0.0.1:8012/onlinePreview?url='+encodeURIComponent(base64
<div> <div>
<pre style="background-color: #2f332a;color: #cccccc"> <pre style="background-color: #2f332a;color: #cccccc">
var fileUrl =url1+"|"+"url2";//多文件使用“|”字符隔开 var fileUrl =url1+'|'+url2;//多url使用'|'字符隔开
window.open('http://127.0.0.1:8012/picturesPreview?urls='+encodeURIComponent(base64Encode(fileUrl))); window.open('http://127.0.0.1:8012/picturesPreview?urls='+encodeURIComponent(base64Encode(fileUrl)));
</pre> </pre>
</div> </div>

Loading…
Cancel
Save