标签: javascript
我在javascript中看到,有时你可以写
ASP.Net
你可以写
function thisIsMyFunction(options) {}
你也可以写
var myFunction = function(input) {}
何时使用不同的声明?