我需要帮助来完成一项小任务。我有一个配置文件,我必须在其中获取指定的 HEX 颜色代码:
; List of colors to use for
; the cards in the game
; Colour Memory
#3be6c4
#e6e03b
#6f3be6 ; This purple shade could be nicer...
#4fe63b
#e63b3b
#ff5a00
#ff00de
#3b8fe6
在我的 jQuery 代码中,我知道如何从文件中读取数据,但我现在需要的是只获取 HEX 代码(删除空行和注释),并将每个代码放入一个数组中。我猜这是一个正则表达式问题,但我有点库存:D
非常感谢