Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我几乎完成了一个插件。一切正常。
我需要做的就是在管理面板中保存文本字段的首选项
有谁知道这是怎么做到的
我需要保存并将保存的数据返回到文本字段
osc_set_preference('name', 'value', 'section'); 和 osc_get_preference('name', 'section');
“section”默认是“osclass”,我建议你改成“myplugin”这样的东西,这样它会是独一无二的