WebEnh

.net7 mvc jquery bootstrap json 学习中 第一次学PHP,正在研究中。自学进行时... ... 我的博客 https://enhweb.github.io/ 不错的皮肤:darkgreentrip,iMetro_HD
  首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2018年1月23日

摘要: https://docs.microsoft.com/zh-cn/dotnet/csharp/language-reference/keywords/index 关键字是预定义的保留标识符,对编译器有特殊意义。 除非前面有 @ 前缀,否则不能在程序中用作标识符。 例如,@if 是有效标识符,而 if 阅读全文

posted @ 2018-01-23 15:14 WebEnh 阅读(2031) 评论(0) 推荐(0)

摘要: html5表单添加了很多类型的表单,而且还自带验证的功能。在移动端,手机等设备能够根据不同的input类型弹出不同的键盘,例如iphone弹的键盘 <input type=”email”> <input type=”number”> <input type=”tel”> iphone弹不同类型的键盘 阅读全文

posted @ 2018-01-23 11:23 WebEnh 阅读(407) 评论(0) 推荐(0)