MCPcopy Create free account
hub / github.com/zxlie/FeHelper / showError

Function showError

apps/excel2json/index.js:19–21  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

17
18// 显示错误提示
19function showError(msg) {
20 errorMsg.textContent = msg;
21}
22
23// 自动识别数字类型
24function parseValue(val) {

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected