|
|
@ -84,5 +84,5 @@ function sortByPinyin(arr) { |
|
|
|
} |
|
|
|
} |
|
|
|
//文字上色
|
|
|
|
//文字上色
|
|
|
|
function colorTitle(title, Color) { |
|
|
|
function colorTitle(title, Color) { |
|
|
|
return '‘‘’’<font color="' + Color + '">' + title + '</font>'; |
|
|
|
return '<font color="' + Color + '">' + title + '</font>'; |
|
|
|
} |
|
|
|
} |