问题标签 [as-keyword]

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 投票
1 回答
130 浏览

laravel - 为什么在 laravel 中使用作为昵称路由以及何时使用它

as keyword使用 laravel 路由系统的优势

有多少种方法可以访问由 as 关键字定义的路由 url 而没有在 laravel 中定义为关键字

0 投票
3 回答
625 浏览

c# - 如何在对象中使用“is”关键字?

如何将is关键字与对象而不是对象的类一起使用?

这是一些代码:

上面的代码有以下错误:

找不到类型或命名空间名称“item”(您是否缺少 using 指令或程序集引用?)

0 投票
1 回答
61 浏览

python - 列表推导中的“作为”关键字

列表推导中是否有类似于as关键字的内容?

示例:代替

这将是: