Closed bingweibi closed 5 years ago
@bingweibi Please provide more information
What I want to say is that some tags are active = true at the beginning, not all true or false.
@bingweibi for each tag you can decide whether it should be true or false. example with ternary operator
active = ( i < 3 || i > 10 ? true : false);
ok, thank you
How to make certain tags light at the beginning