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.
我有一个问题,Wordpress CMS 可以使用其他 DBMS 来代替 MySQL 吗?WordPress 使用 ODBC 连接还是 MySQL 连接?
谢谢你给我的信息。
是的,这是可能的。使用这些插件来使用 SQLite 而不是 MySQL,我对其进行了测试并正常工作
如果
<?=$var?>
仅在启用短标签时使用,那么这是否意味着它的常规版本是:
<?php=$var?>
第二个不起作用。