本帖最后由 TY呀TY 于 2023-6-25 15:44 编辑
const inputs = document.querySelectorAll(
'div[gcuielement="gcEditingInput"]'
);
const input = inputs[0];
const defaultValue = "default";
input.innerHTML = `<span class="gcsj-func-color-content"><span class="gcsj-func-color-text">${defaultValue}</span></span>`;
我选择这种方式,如果我填充值为=A1这个值,如何直接控制页面当前处于选择公式的状态
|