WebDAV.jsWebDAV 協(xié)議的 JavaScript 實(shí)現(xiàn)
WebDAV.js 是一個(gè)簡(jiǎn)單的 WebDAV 協(xié)議的 JavaScript 實(shí)現(xiàn),目前還沒(méi)有完成整個(gè)協(xié)議的支持,只支持基本的操作。
示例代碼:
var fs = new WebDAV.Fs('http://localhost:1234/my_files');
var hello = fs.file('/my/hello.txt');
// This is the same as:
var hello = fs.file('http://localhost:1234/my_files/my/hello.txt');評(píng)論
圖片
表情
