boda_jsEnv/bodaEnv/env/showOpenFilePicker.js
xuxiaobo-bobo 842b34b5ca 0218
2024-02-18 15:40:48 +08:00

18 lines
571 B
JavaScript

// showOpenFilePicker对象
bodaEnv.memory.globlProtoObj["showOpenFilePicker"] = {
showOpenFilePicker(a) {
bodaEnv.toolsFunc.console_copy(`showOpenFilePicker 使用-- >`, a);
}
}.showOpenFilePicker;
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["showOpenFilePicker"], "length", {
configurable: true,
enumerable: false,
writable: false,
value: 0
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["showOpenFilePicker"], "name", {
configurable: true,
enumerable: false,
writable: false,
value: 'showOpenFilePicker'
});