我正在尝试将这个哈希颜色代码#159424 (绿色)转换成更深的颜色,并以编程方式减轻。怎么做,请帮忙?
使绿色更深的
toDarkColor(String hashColor){
// how to convert that hash string to make green color darker?
}
制作绿色浅色
toLightColor(String hashColor){
// how to convert that hash string to make green color lighter?
}
到目前为止,我已经尝试了相当多的东西,但都没有成功:
我使用的是TinyMCE,我通过mysql_real_escape_string()运行它,然后添加到数据库。
下面是一个存储在数据库中的字符串的示例:
<p>It would be nice to be able to put this in 2 categories....</p>\n<p>something to think about.</p>
我检索数据,然后就会遇到问题。我不能摆脱\n
$string =上面列出的数据库条目
$string = substr($item['