摘要:        
https://docs.microsoft.com/zh-cn/dotnet/csharp/language-reference/keywords/index 关键字是预定义的保留标识符,对编译器有特殊意义。 除非前面有 @ 前缀,否则不能在程序中用作标识符。 例如,@if 是有效标识符,而 if    阅读全文
posted @ 2018-01-23 15:14 WebEnh 阅读(2031) 评论(0) 推荐(0)
| 
 | |||
| 
摘要:        
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) | |||