可能重複: Use of var keyword in C# 哪一個更好?在變量類型聲明中使用var或使用像int這樣的真正類型,...? 爲什麼? 哪一個更好? public class A
{
var v1 = 0;
var v2 = string.Empty;
}
或 public class B
{
int v1 = 0;
string v
我與具有這樣的jQuery插件工作: var $el = $(this),
$wrapper = $el.find('div.ca-wrapper'),
$items = $wrapper.children('div.ca-item'),
cache = {};
// save the with of one item
cache.itemW = $items.width(