Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xu22Web/tech-study-js
/ renderFrame
Function
renderFrame
tech-study.js:328–333 ·
view source on GitHub ↗
* @description 渲染窗口
()
Source
from the content-addressed store, hash-verified
326
* @description 渲染窗口
327
*/
328
function
renderFrame() {
329
// 窗口
330
const
frame = Frame();
331
// 插入节点
332
mountElement(frame);
333
}
334
/* 答案 API */
335
/**
336
* @description 获取答案
Callers
1
tech-study.js
File · 0.70
Calls
2
Frame
Function · 0.70
mountElement
Function · 0.70
Tested by
no test coverage detected