【问题标题】:function php to find html color by name [closed]函数php按名称查找html颜色[关闭]
【发布时间】:2014-07-29 22:13:32
【问题描述】:

我想知道它们是否是 php 中按名称查找 html 颜色的函数?

类似:

function getcolorcode($colorname) 
{
    $colorname = 
}

【问题讨论】:

  • 你是在请人为你写一个函数?

标签: php html function colors


【解决方案1】:

您应该抓取此页面:http://htmlcss.wikia.com/wiki/Color_Codes 或者看看你是否可以建立颜色代码和颜色名称的数据库。

【讨论】:

  • 谢谢你,我做了这个评论,我在我的数据库上设置了十六进制颜色,并在选择之前咨询。
猜你喜欢
  • 2011-10-08
  • 1970-01-01
  • 1970-01-01
  • 2019-09-10
  • 2014-12-12
  • 1970-01-01
  • 1970-01-01
  • 2013-08-26
  • 2011-01-28
相关资源
最近更新 更多