This is part of the implementation structure pseudo-class type-of-type Code : <textarea id="runcode55343"></textarea>
[Ctrl + A select all Note: If you need to introduce external JS, You need to refresh it to execute]
If the effect is not high, ask for help from the carefree experts. The following are the results of Customer Service (strong regular expression replacement ):
[Ctrl + A select all Note: If you need to introduce external JS, You need to refresh it to execute]
Abcdreamer implementation (this implementation can filter duplicates in non-pure string arrays, I prefer ):
[Ctrl + A select all Note: If you need to introduce external JS, You need to refresh it to execute]
Which of the following experts has a better implementation? Please let me know!
It seems that some people do not understand the difference between the norepeat function and the unique function. norepeat is to remove repeated elements in the array. If there are two A elements in the array, remove the two, and unique will remove one of them. The following is the implementation of the unique function:
[Ctrl + A select all Note: If you need to introduce external JS, You need to refresh it to execute]