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.
我正在用Python写一个网页,我想将oracle同义词保存或更新select * from synonyms到本地数据库中,所以本地python程序可以定期使用这些值,我被困住了,有没有人告诉一些想法?非常感谢!
select * from synonyms
如另一个答案中所述,您应该获取该数据,或者在呈现页面时让您的后端编写 vue 脚本的数据部分,可能使用模板引擎。