Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xu22Web/tech-study-js
/ log
Function
log
tech-study.js:1981–1983 ·
view source on GitHub ↗
* @description 打印日志 * @param text
(...text)
Source
from the content-addressed store, hash-verified
1979
* @param text
1980
*/
1981
function
log(...text) {
1982
printColor(
'dodgerblue'
, ...text);
1983
}
1984
/**
1985
* @description 打印错误
1986
* @param text
Callers
15
tech-study.js
File · 0.70
hasMobile
Function · 0.70
studyPauseLock
Function · 0.70
handleSlideVerify
Function · 0.70
examPauseLock
Function · 0.70
doingExam
Function · 0.70
doExamPractice
Function · 0.70
doExamPaper
Function · 0.70
findExamPaper
Function · 0.70
initChildListener
Function · 0.70
closeFrame
Function · 0.70
getQRCode
Function · 0.70
Calls
1
printColor
Function · 0.70
Tested by
no test coverage detected