码迷,mamicode.com
首页 > 其他好文 > 详细

字符串字面量类型/其他类型字面量类型

时间:2020-12-18 12:35:08      阅读:2      评论:0      收藏:0      [点我收藏+]

标签:字符串   color   test   col   UNC   类型   其他   cti   rgb   

1 type testName = ‘lx‘ | ‘bj‘ | ‘cd‘ | 1;
2 
3 function testFun(arg1: testName){
4     
5 }
6 testFun(‘lx‘);    //正确
7 testFun(1);      //正确
8 testFun(‘ll‘);    //错误

 

字符串字面量类型/其他类型字面量类型

标签:字符串   color   test   col   UNC   类型   其他   cti   rgb   

原文地址:https://www.cnblogs.com/xiaoxiangmomo/p/14128470.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!