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.
假设我的数据库中有 1000 个颜色十六进制代码。 存储在数据库中的数据是十六进制代码,例如 ffffff,000000 等。
我想让用户按主要颜色进行搜索,例如蓝色、红色、绿色、橙色、黑色、白色等。
例如,如果用户按蓝色搜索,我想显示所有与蓝色相关的颜色,例如深蓝色、浅蓝色、非常浅的蓝色等。
这是否可能以及如何在 PHP 上实现?