Is there any difference between the terms “arguments” and “parameters” in jQuery?
本问题已经有最佳答案,请猛点这里访问。
我知道参数和参数之间的区别,但是我对jquery如何使用这些术语有点困惑。
例如,jquery将传递给加载方法的选项定义为"参数"。这些不应该声明为参数,因为您传递了自己的值?
然后,在Ajax函数中,您可以多次找到术语"参数"和"参数"。例如,如果搜索
The jqXHR and settings objects are passed as arguments.
号
但是,在另一节中,您还将看到:
The callback hooks provided by $.ajax() are as follows:
beforeSend callback option is invoked; it receives the jqXHR object
and the settings object as parameters.
号
这是否意味着jquery同样使用术语"参数"和"参数"?
"参数是方法定义中的变量。调用方法时,参数是传递给方法参数的数据。"
参数和参数有什么区别?
传递"参数",接收"参数"
见
传递参数意味着什么?在C中
参数和参数
编程中的"参数"是什么意思?