The js array element is interchanged with the beginning element

clipboard.png

The

code is as follows
move dikuai to the first bit in the array

Mar.11,2021

since you know that elements need to be reversed, your processing is too troublesome. Introducing an intermediate variable can be
or even unnecessary (because you clearly know the
of the element 'diKuai'), so you can

.
arr[arr.indexOf('diKuai')]=arr[0];
arr[0]='diKuai';

that is, the data exchange between the two values. The ab value exchange introduces the c variable. You can also use cool techs & and |

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b8db-2c296.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b8db-2c296.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?