问题标签 [var]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
4 回答
39991 浏览

javascript - How to declare global var in javascript and HTML?

How to declare a variable, I think global, the way I declare in an html file and then use it in a js file (included by <script> tags)?

0 投票
6 回答
3088 浏览

c# - C# 中的 var 关键字会导致装箱吗?

我的老板禁止我使用var,因为它会导致装箱并减慢应用程序的速度。

真的吗?

0 投票
3 回答
19184 浏览

c# - 如何从 Linq 查询中提取结果?

如何从结果集中提取值以便使用它们?

0 投票
7 回答
2527 浏览

c# - 传递参数

我将参数作为var类型传递给函数。它不接受,我如何传递给函数?

例子

这里的功能不接受var. 我能做些什么?

0 投票
2 回答
139 浏览

php - 尝试访问非对象(未分配)的属性时没有错误或警告

有人可以向我解释为什么 PHP 在访问空对象的属性(未分配 var)时不报告警告或错误吗?

例如:

当我这样做时,它会产生一个错误:

版本信息:

为什么?尝试设置 error_reporting( E_ALL ) 但仍然没有错误或警告。

0 投票
2 回答
8168 浏览

c# - .net 3.5 中 var 数据类型的优缺点

可能的重复:
在 C# 中使用 var 关键字
在变量声明中使用“var”类型

大家好,

“它需要显式类型转换的 Var 键工作 尽可能避免装箱和拆箱值类型。”

是否建议使用 var 关键字而不是显式数据类型?

0 投票
3 回答
578 浏览

javascript - 用 var 和用函数声明 javascript 对象有什么区别?

我是一个困惑的新手。我在一个教程中读到你创建一个像这样的 javascript 对象:

然后我在其他地方读到你创建了一个像这样的对象:

两者之间的(非主观)区别是什么?官方有正确的方式和错误的方式吗?

0 投票
3 回答
1835 浏览

jquery - jquery write a style using variable

OK, once again I need help. I have managed to pass a variable in a query string from one page to another using this guys code: http://snipplr.com/users/Roshambo/

That all works great and I can see that it works by using an alert on the second page to test it:

However... what I would like to do is take that var and paste it into a css rule, so that this would essentially happen:

I've read that using document.write is frowned heavily upon and to be honest, I just don't know what I'm doing. How can I get the div with an id the same as the var to display as a block?

Any help greatly greatly appreciated. I am at wits end with this project! :(

0 投票
3 回答
4163 浏览

actionscript-3 - 常量及其影响

我已经开始const在我的 AS3 代码中使用更多。我的理由是,如果一个值没有改变,那么为什么要让它成为var.

我从 twitter 上听说,const值的优化方式与vars. 由于 twitter 简短而甜美,这就是细节停止的地方。

有没有人有更多关于使用varconst.

让我先声明一个缺点:在 Flash Builder 中,常量值在调试器中不可见。似乎不改变的值不值得在调试器中查看。

0 投票
2 回答
1520 浏览

c# - C#中的object和var区别

object和 和有什么不一样var