type type {other} other 接收表达式或字符 1、数组代码提示 1、效果图 1、码 /** * @type {Array.<'play'|'paush'|'next'>} */ let music = [] 2、字符串提示 2、效果图 2、码 /** * @type {'a'|'b'|'c'} */ let str = ''