You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2022. It is now read-only.
there are two questions.
what difference between script_list.splice.call(script_list,splice_args) and script_list.splice(splice_args)?
$LAB.script(['test1.php',['test2.php','test3.php']]);
it's just load test1.php , if this statement is wrong ,why do that check the parameter is a array? line 386