run() exécute le plugin


run( ) méthode

Valeur de retour : Veuillez consulter la documentation du plug-in correspondant需查看对应的插件文档

运行QueryList扩展

原型:

run($class,$args = array())

参数: $class

类型:string

插件名称

参数: $args

类型:array

Exécutez l'extension QueryList

Prototype :

run($ class,$ args = array())

paramètre : $class


Type : string

Nom du plug-in🎜

🎜🎜Paramètres : $args

🎜Type : array🎜🎜Paramètres transmis au plugin🎜🎜🎜Exemple :🎜🎜
$login = QueryList::run('Login',[
    'target' => 'http://xxx.com/login.php',
    'method' => 'post',
    'params' => ['username'=>'admin','password'=>'admin'],
    'cookiePath' => './cookie123.txt'
    ]);
//........
🎜🎜🎜🎜