Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/smallfawn/QLScriptPublic
/ base64_encode
Function
base64_encode
backup/sysxc.js:315–318 ·
view source on GitHub ↗
* base64 编码
(data)
Source
from the content-addressed store, hash-verified
313
* base64 编码
314
*/
315
function
base64_encode(data) {
316
let
a = Buffer.from(data,
'utf-8'
).toString(
'base64'
)
317
return
a
318
}
319
320
/**
321
* base64 解码
Callers
1
getVcode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected